Mabye you can use xml:parse. It returns a dom4j Document in a variable. You
can use this variable to manipulate the document.

http://jakarta.apache.org/commons/jelly/libs/xml/tags.html#xml:parse

_Maybe_ use can use xml:parse in the body of the other xml-tags:

e.g.

<xml:expr xpath="/bla/bli/[EMAIL PROTECTED]">
  <xml:parse xml="/path/fool.xml"/>
</xml:expr>

don't know...

> -----Ursprüngliche Nachricht-----
> Von: Emmanuel boudrant [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 9. Juli 2003 10:37
> An: 'Maven Users List'
> Betreff: Jelly question
> 
> Hi,
>  
> Is it possible to update an xml file with Jelly ? For example, modify
> the content of an attribute or a tag.
>  
> Thx,
> -emmanuel
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to