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...