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: Saxon parser


You need "ancestor::Element[@attribute]".

-----Original Message-----
From: James Piva [mailto:james.piva@ndexsystems.com]
Sent: January 2, 2001 12:13
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] Saxon parser


Hi again,

	when I parse with: 

	<xsl:value-of select="ancestor:Element[@attribute]"/>

	the parser tells me that ancestor is not declared in the namespace.
	This is my namespace declaration:

	<xsl:stylesheet version="1.0"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:fo="http://www.w3.org/1999/XSL/Format">

	Should I have only one?

james


 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]