Re: support for namespace axis?

Subject: Re: support for namespace axis?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 2 Dec 1999 22:03:12 GMT

<template match="//city" 
xmlns="urn:schemas-biztalk.org:your-namespace/purchaseorder.xml">Found a
city

you could do that if you'd done what most people do and have an xsl:
prefix for the xsl namespace, but as you have here, the scope of
the new default namespace includes the current element so this
is the template element from the  purchase order namespace
so isn't an xsl instruction. This scoping rule is part of the namespace
REC so nothing that xslt could do to change that.


David 


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


Current Thread