Subject:Error creating XSLT from HTML. Author:B D Date:28 Feb 2007 01:36 PM
I have an XML file that I have generated a DTD with Stylus Studio. When I point the XML file to the DTD as an external DTD, the parsers tell me that it is a valid XML and SS tells me that its well formed. I close the XML file.
For my next step, I use the Document Wizard to create a XSLT from HTML.
Subject:Error creating XSLT from HTML. Author:Tony Lavinio Date:01 Mar 2007 08:55 AM
WYSIWYG is based on Internet Explorer.
We send the XSLT over into the IE DOM, and sometimes, IE
sends it back with strange modifications.
Remove xmlns:xml="undefined_uri0" exclude-result-prefixes="xml"
from your XSLT and you should be okay. (This is an assumption;
not seeing all of your XSLT makes it hard to know for sure, but
try this first.)
Subject:Error creating XSLT from HTML. Author:Tony Lavinio Date:01 Mar 2007 09:54 AM
Unfortunately, we agree.
WYSIWYG is going away, because we can't control what happens inside
of IE and it changes version by version.
Starting in Stylus Studio 2007, the new XML Report tool is more useful
in that it lets you generate XSLT 1, XSLT 2 or XQuery, and the final
output can be HTML+CSS or XSL:FO-->PDF.
And in Stylus Studio 2007 Release 2, due shortly, it will have even
greater capabilities.