[xsl] transformation to create an XML file

Subject: [xsl] transformation to create an XML file
From: Sarkup Sarkup <sarkups@xxxxxxxxx>
Date: Fri, 22 Aug 2008 15:03:57 -0700 (PDT)
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

Current Thread