RE: [xsl] Another complex condition

Subject: RE: [xsl] Another complex condition
From: "Bradley, Peter" <pbradley@xxxxxxxxxx>
Date: Wed, 1 Oct 2008 16:32:42 +0100
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

Current Thread