D
David Simons
Hi,
I don't know how to print out all subcontent of an
element with xslt. E.g.
<book>
<chapter>this and that
<content>
lorem ipsum bla
</content>
</chapter>
<chapter>this and that
<content>
lorem ipsum bla
</content>
</chapter>
</book>
I don't know how to print out all subcontent of an
element with xslt. E.g.
<book>
<chapter>this and that
<content>
lorem ipsum bla
</content>
</chapter>
<chapter>this and that
<content>
lorem ipsum bla
</content>
</chapter>
</book>