Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing xmlns:xs declaration in house rules Schematron file #24

Open
galtm opened this issue Jan 30, 2025 · 0 comments
Open

Missing xmlns:xs declaration in house rules Schematron file #24

galtm opened this issue Jan 30, 2025 · 0 comments

Comments

@galtm
Copy link
Collaborator

galtm commented Jan 30, 2025

The xs prefix used in the line below isn't bound to its namespace.

<xsl:function name="ox:leads-with-variable-reference" as="xs:boolean">

In XML Calabash alpha 16, I get an error, which makes sense:

Error in xsl:function/@as in xproc3-house-rules.sch:
  XPST0081  Namespace prefix 'xs' has not been declared

In MorganaXProc 1.4.5, I get no error, even if I modify the schema so that the function gets called. I don't know if raising an error is implementation defined. (Cc: @xml-project)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant