Re: [xsl] XML source with DOCTYPE declaration

Subject: Re: [xsl] XML source with DOCTYPE declaration
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Apr 2001 22:49:50 +0100

> This suggests there's a top-level switch intended to turn namespace 
> prefixes on the names on and off.

the declarations allow you to set the prefix used (or not) in the
instance, the default for HTML (and MathML which uses the same)
is for no prefix, but you can specify a prefix if you wish by using a
parameter entity declaration.

but non of this makes any difference to the stylesheet unless you use th
ename() function (which is usually inadvisable for any input files using
namespaces)

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread