XSL parameter type problem
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 3
- Joined: Fri Jun 19, 2009 10:05 am
XSL parameter type problem
Post by MikeTheSpike »
Hi all,
I experience different behaviour when running an XSL transform per
transformation scenario and in the debugger.
I've defined a stylesheet parameter with type attribute as="xs:anyURI".
No problem when I use the transformation scenario. Running it in the
debugger, I get
"Required type is xs:anyURI; supplied value has type xs:string"
I use oXygen 10.2, problem occurs with both Saxon B & SA 9.1.0.6.
Thanks in advance,
Michael
I experience different behaviour when running an XSL transform per
transformation scenario and in the debugger.
I've defined a stylesheet parameter with type attribute as="xs:anyURI".
No problem when I use the transformation scenario. Running it in the
debugger, I get
"Required type is xs:anyURI; supplied value has type xs:string"
I use oXygen 10.2, problem occurs with both Saxon B & SA 9.1.0.6.
Thanks in advance,
Michael
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: XSL parameter type problem
Post by sorin_ristache »
Hello,
There is a problem with xs:anyURI parameters in the debugger. For avoiding the problem until we fix it please declare the parameter as xs:string and convert it to xs:anyURI when using the value of the parameter with the expression:
where $param is the xs:string param which you want to use as an xs:anyURI.
Thank you for your report,
Sorin
There is a problem with xs:anyURI parameters in the debugger. For avoiding the problem until we fix it please declare the parameter as xs:string and convert it to xs:anyURI when using the value of the parameter with the expression:
Code: Select all
xs:anyURI($param)
Thank you for your report,
Sorin
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service