RE: [xsl] how to process a element named <rule:something>

Subject: RE: [xsl] how to process a element named <rule:something>
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 7 Aug 2003 23:59:57 +0100

>  Does 
> 
> "http:www.somthing.com/rule"
> 
> have any significance.

It's just part of the element name so you must have the same name as in
the source document (you don't have to have the same prefix rule:
that can be anything, XSLT just compares the URIs, not the prefix)

It doesn't mater what (if anything) is at that URI, XSLT won't access
it, just compare the string in the stylesheet with the one in the source.
just as it does for the local part of the element name.

David

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


Current Thread