Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I have the below xml
<primaryie> <content-style font-style="bold">VIRRGIN system 7.204, 7.205</content-style> </primaryie>
and by applying the below xslt i'm able to select the number.
<xsl:value-of select="current()/text()"/>
but in the below case
<primaryie> <content-style font-style="bold">VIRRGIN system</content-style> 7.204, 7.205 </primaryie>
how do is select the number? i want something like using xslt:parent of content style.
also i have some cases where both the xmls come together. please let me know how to select the number if both cases are present.
Thanks
Hi Rakesh and welcome to our :)
How is the XML generated? Can you control how it's generated? If so I think you should perhaps aim for at better structure.
Looking forward to hearing from you.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
parent node number Selection in xslt
Hi I have the below xml
and by applying the below xslt i'm able to select the number.
but in the below case
how do is select the number? i want something like using xslt:parent of content style.
also i have some cases where both the xmls come together. please let me know how to select the number if both cases are present.
Thanks
Hi Rakesh and welcome to our :)
How is the XML generated? Can you control how it's generated? If so I think you should perhaps aim for at better structure.
Looking forward to hearing from you.
/Jan
is working on a reply...