in reply to Re^3: xml::xslt xpath question
in thread xml::xslt xpath question
I get the following error<xsl:value-of select="/PLMXML/Form[@subType='Part Revision + Master']/UserData/UserValue[@title='cage_code']/@value"/>
But if I use the following xpath statement I don't catch an error.get-node-from-path: Don't know what to do with path [attribute::subTyp +e='Part Re vision Master']/UserData/UserValue[attribute::title='cage_code']/attri +bute::valu e !!!
<xsl:value-of select="/PLMXML/Form[@id='id24']/UserData/Us +erValue[@title='cage_code']/@value"/>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: xml::xslt xpath question (solution)
by ikegami (Patriarch) on Jul 06, 2009 at 20:52 UTC | |
by Anonymous Monk on Jul 06, 2009 at 21:12 UTC | |
by ikegami (Patriarch) on Jul 06, 2009 at 21:34 UTC | |
by Anonymous Monk on Jul 06, 2009 at 21:46 UTC | |
|
Re^5: xml::xslt xpath question (problem)
by ikegami (Patriarch) on Jul 06, 2009 at 20:40 UTC |