[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] In XPath 2.0 can my XSLT program validate the input and check whether the validation succeeded?


Subject: RE: [xsl] In XPath 2.0 can my XSLT program validate the input and check whether the validation succeeded?
From: "Costello, Roger L." <costello@xxxxxxxxx>
Date: Sat, 20 Jul 2013 20:13:04 +0000

>>         data(.) instance of element(Book, BookType)
>>
> Have you tried "string(.) castable as element(Book, BookType)"?

Hi Ken, yes I have tried that and the results are the same.

/Roger

-----Original Message-----
From: G. Ken Holman [mailto:g.ken.holman@xxxxxxxxx] On Behalf Of G. Ken
Holman
Sent: Saturday, July 20, 2013 3:54 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx; xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] In XPath 2.0 can my XSLT program validate the input and
check whether the validation succeeded?

At 2013-07-20 19:50 +0000, Costello, Roger L. wrote:
>Here is what I think the problem is: since I did not specify the
>SAXON -val flag, the input has no type annotations. Consequently,
>each Book is not an instance of a Book element with type BookType
>and this boolean condition fails:
>
>         data(.) instance of element(Book, BookType)

Have you tried "string(.) castable as element(Book, BookType)"?

I hope this helps.

. . . . . . . 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
Keywords