Relative Content

Tag Archive for xmlxslt

XSLT for-each going outside of main node

Looks like when I do xsl:for-each select="//MeetingPollingParts" I am falling out of my data and going outside of the select="//MeetingPollingQuestion". Do I need to do any to only get the data from that node?

Translating XML using a stylesheet: multiple child elements

I have a large XML file of company data. I am trying to extract the name data so that it can be read into a flat table in a 3rd party application. Up until now I have successfully managed this with a stylesheet. However, I am struggling to retrieve the data from the second child element of that sits within the element at the same level as .