Abstract Patterns in SCH v/s Pure #146
pradyumanaggarwal
started this conversation in
General
Replies: 2 comments 9 replies
-
|
I found the issue: the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
When using SchematronResourceSCH, can we write XPATHS in context ? For ex : XML : Here, i won't get any output if i use this schematron file : But i will get validation errors if i use |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using SchematronResourcePure implementation, and trying out abstract pattern. But, same abstract pattern works in pure implementation but not in SCH. Getting few errors but if i tried to resolve those errors, then they dissolves the purpose of abstract patterns.
Schematron file :
SCH Implementation :
where doc is xml docuement.
Pure Implementation :
where dom is xml node.
Anyone has any idea ? @phax
Beta Was this translation helpful? Give feedback.
All reactions