Re: [xsl] The identity transform and all <a> links: xslt 1.0

Subject: Re: [xsl] The identity transform and all <a> links: xslt 1.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 24 Jan 2008 14:26:49 GMT
> You are matching a in no namespace - for xhtml it needs to be in the
> xhtml namespace.


Also you have given the identity template priority 1 so it has higher
priority than the template matching a, so even if you changed this to
match the xhtml namespace it will have no affect unless you give it a
priority higher than 1, or simpler remove the existing priority
attributes.


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