RE: [xsl] How to check an element's type against an XSD simpleType and skip that element if it does not conform to the simpleType?

Subject: RE: [xsl] How to check an element's type against an XSD simpleType and skip that element if it does not conform to the simpleType?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 Jul 2013 15:52:04 -0400
At 2013-07-15 19:41 +0000, Costello, Roger L. wrote:
> test="string(bk:ISBN) instance of bk:ISBN-type">

Thanks Ken, I see what you're saying.

I gave that a try (I replaced data with string). Unfortunately, I get the same error message.

Are you getting that error message at the execution of the test (where you brought our focus in your post to the list), or is it associated with the loading of the source document? If the latter, you have to turn off schema validation on the loading of the document, otherwise, of course it won't be valid. You haven't protected the validation from happening selectively.


You can use input-type-annotations="strip" so that your input tree has no type information (and thus won't be constrained by the schema).

I hope this is what you need.

. . . . . . . . Ken


-- Public XSLT, XSL-FO, and UBL classes in the Netherlands Oct 2013 | Public XSLT, XSL-FO, UBL and code list classes in Australia Oct 2013 | Contact us for world-wide XML consulting and instructor-led training | Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm | Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ | G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx | Google+ profile: https://plus.google.com/116832879756988317389/about | Legal business disclaimers: http://www.CraneSoftwrights.com/legal |

Current Thread