Re: [xsl] problem with URN please help (very urgent)!!

Subject: Re: [xsl] problem with URN please help (very urgent)!!
From: Mike Brown <mike@xxxxxxxx>
Date: Sun, 15 Jun 2003 08:20:30 -0600 (MDT)
taha taha wrote:
> it is possible to reduce  a path like :
> vis:Visiodocument/vis:Pages/vis:Page[0]/vis:shapes/vis:shape
> by avoiding the writing of the vis prefix before each element ?

Unfortunately, no. This is a limitation of XPath. The context does not include
a default namespace that applies to QName node tests in an expression. So if
you need a non-null namespace, you must use a prefixed name.

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


Current Thread