|
| ||||||||||
| Tags: xml, xsl, xslt |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| XML ,XSL, XSLT problem
I need a solution style sheet that will transform XML to XML. However I want the style sheet to output a complete style sheet tag too i.e. <? xsl:style sheet version..... ?> to the resultant XML document. Any ideas please? I hope I have explained it all well enough. Thank you |
|
#2
| ||||
| ||||
| Re: XML ,XSL, XSLT problem
I think you want the <xsli>...</xsli> element. Putting a stylesheet 'processing instruction' (not the same as an opening tag) into the XML is not something I would do myself. I prefer to allow for different outputs from the same source. |
|
#3
| |||
| |||
| Re: XML ,XSL, XSLT problem
If you are controlling the document generation, then you will continue to allow for this. Adding a stylesheet PI is simply a way to recommend to the downstream user "if you want to see this the way I suggest, use this stylesheet". You may in many cases be dealing with users who would have no clue what to do with an XML file and may just blindly open it in a browser, expecting it to do something meaningful.... |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "XML ,XSL, XSLT problem" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use of XSLT | Mithun Seth | Software Development | 5 | 13-02-2010 12:16 PM |
| How to Display XML with XSLT? | SKREECH | Software Development | 4 | 02-02-2010 12:19 AM |
| Is XSL and XSLT are same | Crespin | Software Development | 3 | 21-11-2009 04:58 AM |
| problem with xml et xslt | manjava | Software Development | 0 | 28-12-2008 04:26 PM |
| problem in merging two sequences in xslt | - Empty Shell - | Software Development | 6 | 25-10-2008 05:48 PM |