That's exactly what XSLT is for. Bare minimum, read the tutorial
starting at http://www.w3schools.com/xsl/xsl_languages.asp.
Chris Bordeman
Senior Software Developer
AppOne, Inc., a Wolters Kluwer Financial Services Company
"Connecting dealers & lenders"
http://www.appone.net
http://www.dmsone.net
225. 754. 5912 (P)
866. 422. 9910 (F)
-----Original Message-----
From: Sarkup Sarkup [mailto:sarkups@xxxxxxxxx]
Sent: Friday, August 22, 2008 5:04 PM
To: mulberry list
Subject: transformation to create an XML file
Hi:
I want to be able to write a transformation to create an xml file like
this:
<root>
<param1></param1>
<param2></param2>
</root>
I want to define what param1 and param2 values will be when I run the
tranformation. Is it possible to do this using XSLT? Can anyone provide
me with some examples?
Thanks
|