cancel
Showing results for 
Search instead for 
Did you mean: 

Transform XML

Former Member
0 Kudos

Hi to you all.

I have a XML(with a some elements) and that i want to transform to a XML that as the design of a XMLForms.

I´ve already created a XMLForm and so I have the schema and xsl (but the names of the elements that I´m using are diferent from the original xml).

Can anyone help me on constructing the xsl that allows me to transform, for example: and gives the original xml the design of my XMLForm.

Or give me some tips on where to find good information about this?

Best Regards

Natasha

Accepted Solutions (1)

Accepted Solutions (1)

xavier_dehairs2
Active Participant
0 Kudos

Hi i think you will have to build your own logic according to your needs, and use a tool like JAXP to transform your XML file.

See http://xml.apache.org/xalan-j/trax.html for detailed informations. I'm sure you will find plenty of informations about this on Google too !

Good luck,

Xavier

Answers (0)