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-10-31 07:42 pm (UTC)Not if I can avoid it.
If you can be a bit more descriptive the collective XML team at this end have been forced to use it from time to time and we might be able to help...
no subject
Date: 2007-11-01 10:50 am (UTC)If not XMLspy, what software would you recommend for XSLT, schema development, and the like?
no subject
Date: 2007-11-01 11:17 am (UTC)On alternative tools, I use Oxygen and I particularly like the XSLT development stuff. The schema design diagrams aren't as nice as XMLSpy (the only thing I think they really got right) but I personally actually very rarely use them. They've got a 30 day free trial if you wanted to give it a go.
Another alternative is Stylus Studio which I tried but didn't like as much.
It may be irrelevent but Oxygen is also the cheapest - especially with the dollar so low :-)
no subject
Date: 2007-11-01 02:52 pm (UTC)no subject
Date: 2007-11-01 12:40 am (UTC)Hard to have opinions without a description
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)