I want to continue to check for other if statements if the first one is met. From what I read, Choose statement does not have this functionality like other lang
Given the structure below. How would you go about selecting only those elements where the number of elements of same group is less than - let's say six. In this
I have an xml that has uname and pwd. The pwd has special characters like ‘&’. I am using a XQuery or XSLT to transform it.. the output generate
i left out the for-each end statements in previous post: here is a snap shot of the doc and the xsl including the end stmts. i made a change to code (removed th
I have an XSL Code as shown below. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0
This is my XML <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="practica4.xsl"?> <paises> <pais id="p1">
I would like to select Parent node without Child node. Example: <root> <p>some text</p> <ol> <li> <a hre
I'm using some Java methods in xsl like below : <xsl:variable name="inSDF" select="SimpleDateFormat:new($datePattern)"/> When i'm executing xsl from Ecli
I am really struggling to make syntax diagrams work. Our company got the sources dita files from IBM. Many docs have a lot of syntax diagrams inside, and tried
Is there in the XSL commands, a tool to retrieve a list of nodes ex : <Root> <Params> <First>1</First> <Second>2&l
Even there are almost the same question, i dont get the result dont for me. The idea may be simple, but i dont understand all the processes in the background ve
I wish to move the some repeating elements to new parent elements. The difficulty I am having is in dealing with elements nested within others I am trying to tr
Within my code I have the current problem. I'm trying to return the value of the Attribute "version" from the "config" element and using it to make a condition.
How to parse json map to string in xslt.. this my xslt template:- <xsl:variable name="inputJosn" select="parse-json($input)"/> <xsl:variable name="join
I have following xml which I want to remove the two lines, i.e. 'wsu:Created' and 'wsse:Nonce': <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelo
I have following xml which I want to remove the two lines, i.e. 'wsu:Created' and 'wsse:Nonce': <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelo
I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the
I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the
Here is my xml: <?xml version="1.0" encoding="UTF-8"?> <MD_LegalConstraints> <otherConstraints><CharacterString>Test 1</Character
XSLT 1.0 adds an additional data type to those provided by XPath 1.0: result tree fragments. This additional data type is called result tree fragment. A variab