<xsl:value-of select="/PLMXML/Form@subType='Part Revision Master']/UserData/UserValue[@title='cage_code']/@value"/>
Missing [, the Form doesn't have a UserData child, and I can't verify from what you've shown that the Form has the right ancestry.
<xsl:strip-space elements="*"/><xsl:value-of select="/PLMXML/Form@subType='PartRevisionMaster']/UserData/UserValue[@title='cage_code']/@value"/>
Missing [, the Form doesn't have a UserData child, and I can't verify from what you've shown that the Form has the right ancestry.
<xsl:value-of select="/PLMXML/Form@subType='Part#x20Revision#x20Master']/UserData/UserValue[@title='cage_code']/@value"/>
Missing [, the Form doesn't have a UserData child, and I can't verify from what you've shown that the Form has the right ancestry.
I can't comment the later snippets since I know XPath, not XSLT.
In reply to Re: xml::xslt xpath question
by ikegami
in thread xml::xslt xpath question
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |