-
Notifications
You must be signed in to change notification settings - Fork 10
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
XPath parse issue #85
Comments
Hi Daniel,
I don’t think the namespace-uri function has been implemented. I’ll take a look ASAP.
Cheers,
Steve
… On 12 Jul 2024, at 8:19 AM, Daniel Murphy ***@***.***> wrote:
Hi Steve,
So, if you can see in some of the work done for RelaxNG support, there is a stylesheet called "PatternPrepper" that I plan to use to convert the schema file into a pattern for validating the document. (Its running through most of the simplification steps as specified in https://relaxng.org/spec-20011203.html#simplification)
However, building the transformation context appears to be tripping up on the xpath expression
*[namespace-uri() != 'http://relaxng.org/ns/structure/1.0']
I'll take a look when I can, it could 100% be the stylesheet in question.
patternprepper.zip <https://github.com/user-attachments/files/16184190/patternprepper.zip>
—
Reply to this email directly, view it on GitHub <#85>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUCP5QMZR4VM2LBLAVG6DZDZL4AFRAVCNFSM6AAAAABKX2GVIWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDIMRUGE3DQOI>.
You are receiving this because you are subscribed to this thread.
|
So checking the dev branch, the error is now:
New error messages are still progress. 😄 |
This error is still there as of xrust 1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Steve,
So, if you can see in some of the work done for RelaxNG support, there is a stylesheet called "PatternPrepper" that I plan to use to convert the schema file into a pattern for validating the document. (Its running through most of the simplification steps as specified in https://relaxng.org/spec-20011203.html#simplification)
However, building the transformation context appears to be tripping up on the xpath expression on line 62.
I'll take a look when I can, it could 100% be the stylesheet in question.
patternprepper.zip
The text was updated successfully, but these errors were encountered: