FIGURE 32-1
Dreamweaver creates XML pages based on templates and editable regions. This template is now ready to be
exported as an XML file.
When exported as XML by Dreamweaver, the resulting XML file looks like the following:
Purchase Order
]]>
Anytown, USA]]>
988
Enhancing Productivity and Web Site Management Part VI
Note several important items about the XML file. First, notice the use of self-evident labels for each of the
tags, such as
and ; such names make it easy to understand an XML file. Even the
one tag not based on a user-defined name, , is straightforward. Second, all the data included
in the XML tags is marked as a CDATA area; this ensures that the information is conveyed intact, just as it
was entered. Finally, if you look at the tag data, you see that even HTML tags (here, a
tag) are included in the CDATA blocks.
Pages:
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680