python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java methods in xsl not available
I'm using some Java methods in xsl like below :
<xsl:variable name="inSDF" select="SimpleDateFormat:new($datePattern)"/>
When i'm executing xsl from Eclipse with Xalan proce...
tchike
Votes: 0
Answers: 1
How to change attribute values?
Input xml file:
<root>
<x1 attr11="sd5">
<x2 attr12="sd6" attr15="sd7">
<a attr0="sd5"/>
<b>
<x3 attr...
eliasum
Votes: 0
Answers: 1
Remove ^ char from XML file in XSLT transformation
I have the sample XML file which contains "^^" i need to remove it from all over places.
There is 'n' number of possibility to find "^^" in XML so i can't select based on XPATH.
Th...
Nishant Makwana
Votes: 0
Answers: 1
Form multiple parent elements if condition is met- using xslt 1
I have two scenarios:
Scenario 1: L node having child node SL
Scenario 2: L node with no child node SL
I need to form multiple L nodes if text "L1" (<L Id="L1">) is found a...
my port
Votes: 0
Answers: 1