Hi,

I want to ask, if there's a way how to generate fixed elements without
defining them in the source object.

Example:

output xml:
<root>
<element attr1="..." attr2="fixed_value">
...
</element>
</root>

Java object:
class qqq {
   String attr1;
   String element;
}

Is that possible ??? Or is there a workaround without manual DOM update ???

Thanks a lot

     Pat

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to