[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XML transformation based on parameters


Subject: Re: [xsl] XML transformation based on parameters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 15 Apr 2009 13:22:37 +0100

> Because it must be namespace agnostic! Is there an other way
> to ignore namespace prefix?

others have suggested ways of doing this, but the real answer is not to
be agnostic. The whole point of namespaces is to uniquely distinguish
elements that are in different namespaces.

There are always exceptions but a working assumption would be that your
input design would be better if the param element were always in the
same namespace (or no namespace). If you have param elements in
different namespaces which must be treated identically, why are they in
different namespaces?

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


Current Thread