Re: [xsl] Reasons for using XSLT to validate XML instances?

Subject: Re: [xsl] Reasons for using XSLT to validate XML instances?
From: "Mukul Gandhi gandhi.mukul@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Jun 2015 16:10:53 -0000
Hello Roger,
   I would like to comment about the suitability of using XSLT to validate
XML instances. I agree to your other points that, XML Schema and Schematron
can validate XML instances. I also know that RelaxNG is also a suitable
language, to validate XML instances.

XSLT is a language to transform XML instances or text input documents, to
other XML instances / text. XSLT is able to import XML Schemas, which I
believe are XSDs that allow schema-aware _XSLT transformations_. I would
like to then imply that, XSLT is not a native XML validation facility. i.e
XSLT (2.0 and plus) can use a Schema document(s), and then use it / them to
validate input XML documents before supplying the XSD annotated input XML
documents to an XSLT transform.
I hope these descriptions make my points clear pls.


On 19 June 2015 at 21:19, Costello, Roger L. costello@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Hi Folks,
>
> XML Schema can validate XML instances.
>
> Schematron can validate XML instances.
>
> Is there ever a situation where it would be preferable to use XSLT to
> validate XML instances?
>
> /Roger
> 
>



-- 
Regards,
Mukul Gandhi

Current Thread