validating output
Replies (1)
Please register to reply
Added by Anonymous about 19 years ago
Legacy ID: #3321221 Legacy Poster: stephan (rossouw)
Hi there, I would like to know if it is possible to validate the output file while transforming with saxon8sa. I went through all the sample proggies that came with saxon8sa but I couldn't spot anything that would be able to help me.
Legacy ID: #3321776 Legacy Poster: Michael Kay (mhkay)
I must get round to producing some proper sample applications for Saxon-SA - thanks for the reminder! The way to invoke validation of the output file is typically like this: <xsl:import-schema .../> <xsl:template match="/"> <xsl:result-document validation="strict"> ... </xsl:result-document> </xsl:template> Not exactly intuitive, I agree! Michael Kay
Please register to reply