RE: [xsl] Saxon parser

Subject: RE: [xsl] Saxon parser
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Tue, 2 Jan 2001 13:07:33 -0800
You need "ancestor::Element[@attribute]".

-----Original Message-----
From: James Piva [mailto:james.piva@xxxxxxxxxxxxxxx]
Sent: January 2, 2001 12:13
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread