xsl-list
[Top] [All Lists]

RE: [xsl] XPATH problem

2008-11-07 10:57:30
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(_at_)verizon(_dot_)net] 
Sent: 07 November 2008 15:53
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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-----


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


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