xsl-list
[Top] [All Lists]

Re: [xsl] XPATH problem

2008-11-07 10:53:23
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter,

If I interpret this statement of yours correctly: "there exists a <REDUCEDI> 
element in an any <Instance> below the current <Student>", with "below" 
being the operative word, then try this:

<xsl:for-each select="s0:Institution/s0:Student">
...
<xsl:if test="following-sibling::*[1][local-name() = 'REDUCEDI'][.='00' or 
.='04']">
<FNAMES>
...
</FNAMES>
</xsl:if>
...
</xsl:for-each>

Otherwise, as David pointed out, we'll need to see more of your XSLT, plus a 
small sample of your input XML, and your desired results...

Cheers,

...sam 


-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 9.0.6 (Build 6060)

iQA/AwUBSRRkRMdHxh74P5pFEQKtQgCgk4MyL7mCLOvxWXtBR7+SDedITxUAn3Fl
VX3mWeYzEi4wFOrzFrn3YNnU
=/o14
-----END PGP SIGNATURE-----


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>