xsl-list
[Top] [All Lists]

Re: [xsl] Another complex condition

2008-10-01 11:16:17

Given the map of the document complex types:

Your map isn't complete as it misses out all the elemsnts that are being
tested (SCN, COURCE etc, which makes it hard to help)  a small cut down
well formed example would be easier.

I guess the current node is Student and it has SCN and Instance children



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


 How do we know which of the students Instances to use for checking
the COURSEID and for the EntryProfile.DOMICILE?
they are all checked and the overall test is true if any one of them
has the right form.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

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