Search found 5 matches

by pwpw
Fri Dec 31, 2010 6:33 pm
Forum: General XML Questions
Topic: XPath2 and format-number() - "function ... not available wi
Replies: 5
Views: 3591

Re: XPath2 and format-number() - "function ... not available wi

Hi George in a bit of XML such as <?xml version="1.0" encoding="UTF-8"?> <root> <record id="1"> <doc> <id>001</id> <content>some content</content> </doc> <doc> <id>002</id> <content>some content</content> </doc> <doc> <id>003</id> <content>some content</content> </doc> ...
by pwpw
Sun Dec 19, 2010 12:40 am
Forum: General XML Questions
Topic: XPath2 and format-number() - "function ... not available wi
Replies: 5
Views: 3591

Re: XPath2 and format-number() - "function ... not available wi

HI Adrian
Thanks for the help.

Is it possible to use a (parameterised?) XSLT within a Schematron "assert" or "report" element? If so, can you perhaps illustrate how this is done.

Many thanks

Pete
by pwpw
Wed Dec 15, 2010 2:44 pm
Forum: General XML Questions
Topic: XPath2 and format-number() - "function ... not available wi
Replies: 5
Views: 3591

XPath2 and format-number() - "function ... not available wi

Hello List: I am wanting to execute an XPath2 expression and format the numbers returned as strings with leading zeros. I expected to be able to use the function 'format-number()' but although that function is available in the oXygen XPath2 autocompleter list of functions when I execute the XPath I ...
by pwpw
Tue Dec 14, 2010 5:28 pm
Forum: General XML Questions
Topic: Schematron Validation ... problem with Saxon EE
Replies: 2
Views: 2579

Re: Schematron Validation ... problem with Saxon EE

Thanks for the help George.. using the default worked

Cheers

Pete
by pwpw
Sat Dec 11, 2010 9:02 pm
Forum: General XML Questions
Topic: Schematron Validation ... problem with Saxon EE
Replies: 2
Views: 2579

Schematron Validation ... problem with Saxon EE

I'm trying a simple Schematron validation with Oxygen12 and get

Code: Select all

Engine name: Saxon-EE 9.2.1.2
Severity: error
Description: Saxon-EE cannot validate with schema type null
returned from my validation scenario

Any suggestions?

Cheers

Pete