Skip to Content
0
Former Member
Sep 05, 2007 at 08:22 AM

Edit XML before submit

41 Views

I have a submit button, clicking on it sends XML to an email address.

XML has this :

<OBSERVATION_CODE>

- http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup">

<ATWRT>zz</ATWRT>

<ATWTB>By zzzzzz (CAWS/MWSS</ATWTB>

</OBSERVATION_CODE>

I want to remove <OBSERVATION_CODE> and everything belongs to it.

Is there a way to edit xml before submit?