MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 180

Server-side actionscript language reference
Table of Contents

Advertisement

trace(doc);
// Output (with line breaks added between tags):
// <element1>
//
<element2>textNode1</element2>
//
<element3>textNode2</element3>
// </element1>
In Flash Media Server, the output of
file and Application inspector.
See also
XML.createElement()
XML.docTypeDecl
Availability
Flash Media Server 2.
Usage
my_xml.docTypeDecl
Description
Property; specifies information about the XML document's
XML text has been parsed into an XML object, the
object is set to the text of the XML document's
greeting SYSTEM "hello.dtd">
the
declaration, not an XMLNode object.
DOCTYPE
The ActionScript XML parser is not a validating parser. The
the parser and stored in the
performed.
If no
declaration occurs during a parse operation, the
DOCTYPE
set to
. The
undefined
immediately after the XML declaration stored in
the XML object. If
XML.docTypeDecl
Example
The following example uses the
for an XML object:
my_xml.docTypeDecl = "<!DOCTYPE greeting SYSTEM \"hello.dtd\">";
See also
XML.toString(),
XML.xmlDecl
180
Server-Side ActionScript Language Reference
trace()
). This property is set using a string representation of
XML.docTypeDecl
method outputs the contents of
XML.toString()
is
undefined
XML.docTypeDecl
statements appears in the application log
DOCTYPE
XML.docTypeDecl
declaration (for example,
DOCTYPE
DOCTYPE
property, but no DTD validation is
XML.docTypeDecl
and before any other text in
XML.xmlDecl
, there is no
DOCTYPE
property to set the
declaration. After the
property of the XML
<!DOCTYPE
declaration is read by
property is
XML.docTypeDecl
declaration.
declaration
DOCTYPE

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents