xsl-list
[Top] [All Lists]

RE: [xsl] Another complex condition

2008-10-01 11:33:05
Hi David and all,

Apologies.  Cut and paste problem.

DOMICILE is a simple element in EntryProfile

UCASAPPID is a simple element in EntryProfile

COURSEAIM is a simple element in Course

COURSEID is a simple element in both Instance and Course

Now, you say:

"(SCN) (: tests existence of SCN child :)
and
 Instance[COURSEID = ../../Course[contains('HIJCPQRS',
substring(COURSEAIM, 1,
1))]/COURSEID]/
   ((: There is an instance with COURSEID equal to the COURSEID of a
COURSE
with a COURSEAIM starting with  one of 'HIJCPQRS':)
  EntryProfile[UCASAPPID]/DOMICILE[.='XH']"
  which (the Course element) has a  EntryProfile that has a UCASAPPID
and an DOMICILE with value 'XH'"

Hearteningly, that's what I got as well.  The problem with it is that a
Course does not have a child called EntryProfile.  EntryProfile is a
child of Instance.

I think I found a bug in HESAs specification.

Many thanks.  I need to start trusting myself a little more.

Cheers

Peter


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