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

Re: XSLT processor adds unwanted HTML attributes

Subject: Re: XSLT processor adds unwanted HTML attributes
From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx>
Date: Mon, 17 Feb 2003 00:27:42 +0100
xslt multifile
From: Graham Hannington <Ghannington@xxxxxxx>


- MSXSL (the command-line interface to MSXML) appears to not support the
<xsl:document> element.


There is no W3C XSLT recommendation featuring multifile output. There's an XSLT 1.1 draft (not to be finished), and some processor extensions. The only XSLT spec which is likely to feature multifile output is XSLT 2; I hope it will become a rec (final spec) soon.


- Saxon works fine, but - here's the annoying bit - adds colspan and rowspan
attributes to my <td> tags (even though I'm specifying XML as the output
method). I interpret Saxon as doing something "naughty" here, or am I wrong?


Saxon reads the DTD:

<!ATTLIST td
  [...]
  rowspan     %Number;       "1"
  colspan     %Number;       "1"
  >


How do I stop these well-meaning additions?


AFAICS, they are correct. But if you don't want them, omit the doctype in the source doc I would say.

Tobi


-- http://www.pinkjuice.com/


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



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.