I got a XML-document with several values, this is part of it: <result> <element> <title>Title 1</title>
I have this input: <school> <faculty> <area> <name>F1A1</name> </area>
I am writing an XSLT to produce HTML for HTML Help Viewer 1.0. Some of the titles contain the < and > sequences. This causes loads of problems with the viewer as it converts them back to
I need to convert ordinal dates like 2011001 (Jan 1, 2011) to MM/dd/yyyy format (01/01/2011).XSLT 2.0 is OK.
Does anyone know of a list of XSLT instructions/functions that change the context node? 开发者_JS百科
I have an xslt2 transform engine setted up with saxon 9.x. I have some big xml file with large xsl transformation file. I can make the transform with XQSharp XSLT2 engine, but with saxon i am getting
I have a real time application that uses XSLT1 and i want to upgrade to XSLT2. Currently i am using microsoft xslt1 engine that performs for a specific xml and xsl within 0.1 second.
In my .net application i am trying process an xml using saxon xslt, the xslt version is 2.0. When the data is large i am getting the following error.
I have some XML like the following: <layout> <table> <tbody> <tr> <ref id=\"stock1\" class=\"pile stock\"/>
I\'m trying to build up a kind of library XML, comparing various nodes and combining them for later reuse. The logic should be fairly straightforward, if the tag_XX attribute value sequence of a given