[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Schema validation on a function parameter

Subject: Re: Schema validation on a function parameter
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Feb 2018 18:04:13 -0000
Re:  Schema validation on a function parameter
> If you do this a lot you could also try
>
> <xsl:function name="my:validate" as="element(*, xs:anyType)">
>  <xsl:param name="e" as="element()"/>
>   <xsl:variable name="e" as="schema-element(*, xs:anyType)">
>       <xsl:copy-of select="$e" validation="strict"/>
>   </xsl:variable>
> </xsl:function>
>

I got muddled there, I removed the xsl:sequence instruction because the
variable isn't needed, but forgot to remove the variable. I intended to write

> <xsl:function name="my:validate" as="element(*, xs:anyType)">
>  <xsl:param name="e" as="element()"/>
>  <xsl:copy-of select="$e" validation="strict"/>
> </xsl:function>

Michael Kay
Saxonica

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.