Files
archived-presentations/slides/sdphp/xml_sample_doc2.xml
2002-08-28 21:30:41 +00:00

17 lines
472 B
XML

<slide title='Another XML document'>
<example title='sdphp_talk2.xml'
type='xml' fontsize='1.5em' marginleft='0.5em'
width='95%' examplebackground='#ffffaa'
filename='data/sdphp_talk2.xml'/>
<blurb>
The document we saw before with some attributes
added to it.
</blurb>
<blurb>
Now we are going to see a more general parser,
modelled after a DOM-style structure, i.e. each
element is an XMLNode object, which contains
XMLAttribute objects and a content.
</blurb>
</slide>