Top "Xslt" questions

XSLT is a transformation language for XML designed to transform structured documents into other formats (such as XML, HTML, and plain text, or, in XSLT 3, JSON).

How can I make XSLT work in chrome?

I have an XML document here that is served with a corresponding XSL file. The transformation is left to be …

xslt google-chrome
How do you add an image?

Situation: I have a simple XML document that contains image information. I need to transform it into HTML. However, I …

xml xslt xslt-1.0
How to fix error: The markup in the document following the root element must be well-formed

I put my code in the XML validation website and it gives me this error: Line 8: 4 The markup in the …

xml xslt xml-parsing xml-validation
XSL xsl:template match="/"

I am just learning XML and how to use XSL files. In an XSL file I found the following term: …

xml xslt xslt-1.0 xslt-2.0
How to link up XML file with XSLT file?

The examples at http://en.wikipedia.org/wiki/XSLT or http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&…

xml xslt
Is there any way to do a "Replace Or Insert" using web.config transformation?

I'm using web.config transformation as described in the below post in order to generate configs for different environments. http://…

asp.net web-config-transform xslt xdt-transform
XSLT processing with Java?

How to transform XML with XSLT processor in Java using the JDK?

java xslt
How to remove elements from xml using xslt with stylesheet and xsltproc?

I have a lot of XML files which have something of the form: <Element fruit="apple" animal="cat" /> …

xml xslt xslt-1.0 xslt-2.0
Convert a string to Date format in XSLT

I have a date(string) value in an XML file in this format: Tue Apr 17 03:12:47 IST 2012 I want to use …

xml xslt transform date-format
How to use XSLT to create distinct values

I have XML like this: <items> <item> <products> <product>laptop</product&…

xslt