Hi all
I hope someone here is going to be able help with this one, complete jsp newbie.
I've inherited a project that is using jstl and xml to perform data output. I need to be able to add an attribute to a node, but when i do the whole thing crashes, this is without making any change to the jstl. the xml document parses in other languages ok, so it is valid, but just goes wrong with jsp.
Does jstl - i think we are using 1.0 - support attributes?
this is the structure of the document:
Thanks
Tony
I hope someone here is going to be able help with this one, complete jsp newbie.
I've inherited a project that is using jstl and xml to perform data output. I need to be able to add an attribute to a node, but when i do the whole thing crashes, this is without making any change to the jstl. the xml document parses in other languages ok, so it is valid, but just goes wrong with jsp.
Does jstl - i think we are using 1.0 - support attributes?
this is the structure of the document:
Code:
<Collection>
<Pages pageid="1">
<Page>
</Page>
</Pages>
</Collection>
Thanks
Tony