[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Result has xml declaration despite output being se

Subject: RE: Result has xml declaration despite output being set to 'html'
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 9 Mar 2005 19:50:12 -0000
ix result declaration date
How are you invoking the transformation? Perhaps you are sending the result
to a DOM, and using the DOM serializer rather than the XSLT serializer.

Just a guess.

Michael Kay
http://www.saxonica.com/
 

> -----Original Message-----
> From: Sebastien Boisvert [mailto:sebastienboisvert@xxxxxxxxx] 
> Sent: 09 March 2005 19:00
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Result has xml declaration despite output 
> being set to 'html'
> 
> I have a stylesheet (that parses/transforms and xhtml
> document) with:
> 
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
> xmlns:xhtml="http://www.w3.org/1999/xhtml" 
> xmlns:dyn="http://exslt.org/dynamic"
> xmlns:exslt="http://exslt.org/common"
> extension-element-prefixes="dyn exslt"
> exclude-result-prefixes="xhtml">
> <xsl:output method="html" indent="no"/>
> 
> and yet in the result I always get:
> 
> <?xml version="1.0" standalone="yes"?>
> <html xmlns="http://www.w3.org/1999/xhtml">
> 
> And I always have the first element being output the
> html element. This is annoying as I suspect this is
> what is preventing my output having javascript with
> '<' and '&&' characters being output unescaped.
> 
> Why is the processor outputing as xml when I'm telling
> it not to?
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.