About 50 results
Open links in new tab
  1. xml - How do I run an XSLT file? - Stack Overflow

    66 I am writing an XSLT file to translate an XML document into an XHTML document. I've used both Visual Studio and XML Notepad 2007 to preview the results of my XSLT file, but now I want to …

  2. 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 …

  3. XML to CSV Using XSLT - Stack Overflow

    Dec 13, 2008 · Perhaps you want to remove the quotes inside the xsl:if tags so it doesn't put your values into quotes, depending on where you want to use the CSV file.

  4. 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 …

  5. xml - Tools for debugging xslt - Stack Overflow

    Sep 6, 2023 · If you want to do "printf-style" debugging and don't want to litter your output with debugging data, use the <xsl:message> tag to generate debugging output while processing the …

  6. 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 …

  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. Producing a new line in XSLT - Stack Overflow

    Apr 16, 2015 · Learn how to produce a new line in XSLT with practical examples and expert advice on Stack Overflow.

  9. xml - How to view xsl output in browsers? - Stack Overflow

    Aug 15, 2012 · On the other hand, if I copy the "bodydata" elements by hand into that div, and make the .xsl file into a .html file, that image does show up. So, here's my question, can I view the combined …

  10. xslt - XSL 101 - How to generate a basic XSL style sheet for a given ...

    Mar 25, 2009 · XSL 101 - How to generate a basic XSL style sheet for a given XML document? Asked 16 years, 9 months ago Modified 16 years, 9 months ago Viewed 4k times