bettyboo1701
Programmer
Hello,
hope you can help,
we create a web application using xml+jdom+xslt
<node attribute1="this" attribute2="that" attribute3="something" attribute4="somethingelse">
how can we tell jdom that it has to keep this order?
as it has to create nodes on it's own, it mixes the attributes of the node, i.e.
<node attribute2="that" attribute4="somethingelse" attribute1="this" attribute3="something" >
any ideas??
bettina
hope you can help,
we create a web application using xml+jdom+xslt
<node attribute1="this" attribute2="that" attribute3="something" attribute4="somethingelse">
how can we tell jdom that it has to keep this order?
as it has to create nodes on it's own, it mixes the attributes of the node, i.e.
<node attribute2="that" attribute4="somethingelse" attribute1="this" attribute3="something" >
any ideas??
bettina