RE: [xsl] XPATH problem

Subject: RE: [xsl] XPATH problem
From: "Bradley, Peter" <pbradley@xxxxxxxxxx>
Date: Fri, 7 Nov 2008 15:56:56 -0000
Thanks, Sam.  Actually, I think David had the answer.  My first attempt
was correct - but lacked the proper namespace.  I could make excuses as
to why I failed to spot this before posting, but I guess you've heard
them all before.

We're running checks now, but it looks as though it'll be OK - and will
get the CEO off my back at least for the weekend.

Thanks again


Peter


-----Original Message-----
From: Sam Byland [mailto:shbyland@xxxxxxxxxxx]
Sent: 07 November 2008 15:53
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] XPATH problem

-----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-----

Current Thread