Notations refer to external binary data, such as GIFs, that are passed through the XML parser to
the application.
XML documents may begin with an XML declaration that specifies the version of XML being used. The
XML declaration for a document compliant with the 1.0 specification looks like this:
A much more detailed document type declaration (DTD), in which each tag and attribute is described in
SGML, is also possible. XML documents that include these types of DTDs are labeled valid XML documents.
Other documents that respect the rules of XML regarding nesting of tags and other matters, but don??™t
include DTDs for the elements, are known as well-formed XML. Dreamweaver exports well-formed XML
documents but can import either well-formed or valid XML.
Exporting XML
How do you make an XML page? You can choose File ??? New and select XML from the Basic category, or
you can convert an existing document into XML format with one command. Currently, Dreamweaver creates
its XML pages based on a template??™s editable regions. With this approach, the true content of a page??”
what distinguishes it from all other pages of the same type??”can be separated and applied independently
of the original Web page. In other words, after the XML information is gathered from a Web page, it can be
imported into any other application to be displayed, read, spoken, translated, or acted upon.
Pages:
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678