Tagged Questions
0
votes
1answer
101 views
XSLT 1.0 Find unique node with Highest value
I am beginner in XSLT 1.0. I am facing an issue when i tried to find unique node with Highest value.
Source XML:
<Response>
<Flight>
<From>A</From>
...
0
votes
1answer
95 views
XSLT 1.0 get node set
i am beginner in XSLT. I am using XSLT to transform XML to XML through JDK 6.
Below is the Source XML which i received from the web service.
Source XML:
<Response>
<data>
...
0
votes
1answer
50 views
XSLT to get first five unique result
I am beginner in XSLT 1.0. I am using XSLT to transform XML to XML.
I would like to get first 5 unique Airline from the received XML.
Source XML:
<Response>
<Flights>
...
0
votes
3answers
155 views
XSLT get Node by Index
i am beginner in XSLT and i am using it to transform XML to XML
This is the source XML i receive
Source XML:
<Response>
<Pax>
<Id>1</Id>
</Pax>
...
0
votes
1answer
86 views
XSLT Specify name space in parent node
i am beginner into XSLT. I am using it to transform XML to XML.
Source XML:
<Response>
<Text>Hello</Text>
</Response>
XSLT:
<?xml version="1.0" ...
4
votes
2answers
134 views
XSLT Filter result using XSLT array
I am a beginner in XSLT.
Below is source XML which i receive. Request tag constains the FlightId which is being used to filter the Result tag.
Source XML:
<Response>
<Request>
...
1
vote
1answer
67 views
whats the correct syntax for node structure in xsl
i have been trying to get this xsl transformation to run inside my php the xsl runs OK but it doesn't output the values for the for-each section i get all the headers but i don't seem to be able to ...
0
votes
1answer
185 views
Convert XML Option element nodes to HTML Option tags
Is there a direct was to convert an Element Object to an HTMLOption Object?
Let's suppose I have this XML:
<?xml version='1.0'?>
<options>
<option ...