Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRelax stmml XPaths when validating custom units #35
Conversation
Hard-coding these namespace prefix names in the affected XPaths is too brittle because prefix names are not guaranteed to always be 'stmml' even in valid documents. Fixes #34
8ec1959
into
ropensci:master
|
Thanks! |
Hard-coding these namespace prefix names in the affected XPaths is too
brittle because prefix names are not guaranteed to always be 'stmml'
even in valid documents.
Fixes #34