RE: [xsl] Generating variable DOCTYPE

Subject: RE: [xsl] Generating variable DOCTYPE
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 16 Jan 2003 15:08:09 -0000
> If I write an extension function that returns the DOCTYPE as 
> a String, will this work ? Or will this still be a text node 
> with a bunch of characters ? I have experience with writing 
> small extension functions, but I have no idea how I can 
> return an DOCTYPE.

The DOCTYPE is not represented in the result tree, it is only
represented in the serialized output. So there is no way you can add it
except at serialization time.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread