> Hi, if I apply a transformation with XSL, the resulting xml
> file could be validated with the original schema?
>
XSLT 1.0 knows nothing about schemas, but your application can certainly
invoke schema validation as the next thing that happens after the
transformation.
In XSLT 2.0 you will be able to request validation directly within the
stylesheet.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|