|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
XML to XML transformation
Hi
Im trying to modify an existing XML document by writing an XSL file to remove certain elements from the XML. I dont need help with actually writing the XSL file (yet!), but I don't know how to view/save the resultant XML so i cant check to see if its correct. Sorry if this is a really dumb question but im stumpped at the moment. Thanks for any help. |
|
#2
|
||||
|
||||
|
with XALAN type:
xalan -o outputfile xmlfile xslfile in your command prompt with xt: xt xmlfile xslfile outputfile with saxon: xalan -o outputfile xmlfile xslfile and so on... ...for sure you have to replace outputfile xmlfile and xslfile with the names of your files ;-) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > XML to XML transformation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|