Tech; XMLspy
Oct. 31st, 2007 05:28 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Does anyone out there use Altova's XMLspy?
I'm wondering about what seems a weirdity in the new version I've just installed, but it may be I just need to change some new setting or something.
I'm wondering about what seems a weirdity in the new version I've just installed, but it may be I just need to change some new setting or something.
no subject
Date: 2007-11-01 10:48 am (UTC)My problem is with an XSLT which performs fine in XMLspy 2006, but in 2008 the resultant (identical) HTML page throws up "errors" in the internal validator. "Errors" in quotes because they aren't actually errors, it's valid HTML 4.01 Transitional as claimed. So I wondered if I need to untick some new setting that's "validate XSLT results as XHTML rather than according to their DOCTYPE declaration" or something silly like that.
no subject
Date: 2007-11-02 03:34 am (UTC)The key question is "when is the error being generated?" I don't rememeber output being validated, ever. XSLT allows you a directive that states what the output type is - maybe this is now being checked?
At an outer level "treat HTML files as XHTML" has always been a flag in the options.
no subject
Date: 2007-11-02 09:28 am (UTC)That was indeed it. Meant that my
xsl:output method="html"
was doomed to produce a string of such errors. Fixed now!no subject
Date: 2007-11-02 07:46 pm (UTC)