Re: [xsl] root node template - unmatching pattern?

Subject: Re: [xsl] root node template - unmatching pattern?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Nov 2004 17:16:12 GMT
> Maybe the wrong result is due to a namespace issue?

it can't be that as  your only template matches / and root nodes don't
have namespaces. Your stylesheet will produce
  <test>Correctly matched!</test>
given any input.

If yo are not getting output then presumably something is wrong with the
way you are calling the processor.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread