You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by jbi joe <jo...@daggerpoint.net> on 2008/03/13 00:46:34 UTC

doXSLTransform help


I have a huge XML message that I need to search to see if a particular tag
exists.  If it doesnt I need to add it.  Can soemone give me an idea of
how I might accomplish this?  I know how to change or update the XML
that is in the message but how do I add a brand new element/tag..
Here is a snippet of my XML
<Big Message>
 <line1> value </line1>
  <line2> value </line2>
  < envelope>
        <line3> value </line3>
          .... more
         .... and more
        .... and even more...
    </envelope>
</Big Message>

-- 
View this message in context: http://www.nabble.com/doXSLTransform-help-tp16016908s12049p16016908.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.