Where can I find XSD or DTD for the XSLT 1.0 specification?

Is there such a thing?

I have client files that XSLT seems to be invalid (.NET XSLTransform cannot read them), but I don't have a useful error message. I thought that if there was a DTD or XSD, I could at least confirm its conversion.

thanks


Soon after the publication of this work, colleagues noted that Visual Studio 2010 installs several such schemes in this (default) folder: C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Xml \ Schemas .

It looks like MS pulled its own XSD from this DTD .

+4
source share
1 answer

There is an unofficial DTD for XSLT 1.0 here ( direct link )

+2
source

Source: https://habr.com/ru/post/1384697/


All Articles