About 4,500,000 results
Open links in new tab
  1. Including an XML file in an XML/XSL file - Stack Overflow

    Jan 16, 2011 · So, how do I include an XML file in to another XML file or in to a XSL file? You can use an external entity to reference the menu.xml file and include the content into either an XML file or the …

  2. XML to CSV Using XSLT - Stack Overflow

    Dec 13, 2008 · .NET only matters if you are using the XslTransform Class that only supports xslt 1.0. Is this a constraint? If so, it should be re-tagged to xslt-1.0.

  3. xslt - How create XML from XML using XSL? - Stack Overflow

    Dec 1, 2011 · How create XML from XML using XSL ? I try like this.. but i not get a result Test.xml

  4. xml - XSL if: test with multiple test conditions - Stack Overflow

    Jan 27, 2015 · I am trying to create a xsl condition to check if combinations of node are empty or not. I have tried below conditions but they do not work, does anyone have an idea as to how to get it …

  5. Using XSLT to transform XML to XML - Stack Overflow

    Aug 26, 2018 · I'm getting a hang of XML and am now experimenting with XSLT. I'd like to transform an XML file into a new XML file with a different format. I've been messing around with this for two days, …

  6. xslt - how to embed xsl into xml file - Stack Overflow

    Sep 12, 2015 · Rather than embedding the XSLT into your test.xml, you can instead embed your XML into the XSLT, but then save it as your XML file. One way to do this is create a dummy namespace, …

  7. Which browser can show XML data transformed by XSLT?

    There are two files, one .xml containing data and one .xsl with the XSLT script for transformation. As of August, 2010, all leading browsers support client side XSLT transformation. Open the .xml file and …

  8. xml - what's the relationship between XSL and XSLT - Stack Overflow

    Jan 9, 2014 · XSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML document the XML Path Language (XPath): a non-XML language used by XSLT, and also …

  9. xml - What's the difference between XSLT and XSL-FO? - Stack Overflow

    Apr 11, 2009 · What about the Wikipedia definition? XSL Formatting Objects, or XSL-FO, is a markup language for XML document formatting which is most often used to generate PDFs. XSL-FO is part …

  10. Apply XSLT to an XML file - Stack Overflow

    Feb 16, 2012 · Finally, if the XML file actually contains an XSLT stylesheet module, and it starts with an xml-stylesheet PI pointing to itself, then the browser will apply the transformation on itself -- the …