This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: MS XML Parser 3 and WML


> Also, I currently use a pretty horrible CDATA string to 
> return the correct 
> <!DOCTYPE> for WML which does work but looks vile!  When I 
> try to use the 
> <xsl:doctype> command to insert the correct string I get a 
> server message 
> about this command not being allowed in the current 
> namespace.  Microsoft 
> documentation (for v3) does not mention this command at all 
> although it was 
> mentioned in v2.5 documentation!  Does anyone know of a more 
> beautiful way 
> of doing this?

The correct way of doing this is using the doctype-system or doctype-public
attribute on the xsl:output element. I don't know if MSXML3 supports this.
If it doesn't, you're probably stuck with your CDATA hack for now. 

Linda


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]