This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Is this a valid expression?


Hi,

Try this:

select="//Produktobjekt[not(parent::Zubehoer or parent::Ersatzteile)]"

Cheers,
Frank.

-----Original Message-----
From: Christian Cäsar [mailto:caesar@mpdigital.de]
Sent: martes, 18 de septiembre de 2001 16:16
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] Is this a valid expression?


Hello list,

I'm using XSL to transform a XML file to another XML file.

My XSL script contains this line:

<xsl:apply-templates select="/export//*[(not(parent::Zubehoer)) AND
(not(parent::Ersatzteile))]/Produktobjekt" mode="article"/>

What I want is 'every Produktobjekt that doesn't have a Zubehoer or a
Ersatzteile as parent'. For me, the line seems correct, but that doesn't
mean a thing.

I am using Saxon 6.4.

Saxon barfs at my script on this line with the error message

Error on line xxx of (my XSL file):
  Error in expression /export//*[(not(parent::Zubehoer)) AND
(not(parent::Ersatzteile))]/Produktobjekt: expected "]", found "<function>"

(Which is the line above)

What am I doing wrong? Please, dear list, show me the error of my ways!

Greetings,
Christian Caesar

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]