Re: [xsl] DOCTYPE + XSLT + Xalan + FO

Subject: Re: [xsl] DOCTYPE + XSLT + Xalan + FO
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Nov 2004 11:18:02 GMT
> Can you tell me how to do it in the same example.

if you say if your dtd has a declaration for an xmlns attribute we can
tell you what do put in the xslt 
(basically if your dtd is defaulting
xmlns="a.b.c"
then stick
xmlns:x="a.b.c"
on your xsl:stylesheet and prefix every element name in an Xpath by x:

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