Start by creating a new XML file using File > New option. Choose "Generic XML" and click OK.
Type or paste your XML. You can also use the following sample XML:
<invoice> <num>7890978625</num> <date>2005-12-20</date> <total>34.84</total> <items> <item> <name>Harry Potter and the Goblet of Fire (Widescreen Edition)</name> <type>DVD</type> <price>14.86</price> <quantity>1</quantity> </item> <item> <name>Little Tikes Walkie Talkies</name> <price>9.99</price> <quantity>2</quantity> </item> </items> </invoice>
You can find the sample files used in this tutorial under:
Save this document on your local hard drive.
Next: Edit Document Templates
|
||||
|
||||
|