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 upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature Request: Need validation for XSD:AnyURI types #920
Comments
|
I'd be interested in taking this. I've contributed before though so if you want someone new to take this totally understand. |
|
@DCtheTall -- no worries, please take it up. |
|
Been looking into this some, and while I have an idea of where to start, it turns out the definition of these is quite broad. This might be more complex than I anticipated. This link also provides some useful documentation including what ranges of Unicode values are allowed for this type. So far here are some "base case" rules I have learned:
Still doing some research, but I would definitely appreciate any pointers. Like I said, it turns out the definition for these strings is actually pretty broad. One alternative we could consider is adding a function which validates International Resource Identifiers (IRI), which are also mentioned in the link I provided. |
|
@profnandaa any ideas on how to go forward with this? I admit I am a bit stuck given how broad the definition of this string type is. |
|
@DCtheTall -- I'm very sorry I missed on this reply... Perhaps we just add an enhancement/option on |


Hi!
I'm checking to see if I can use validator.js for validating the XSD AnyURI string documented here but I see there is no OOB method to do so..
Please consider to add this in future releases.
Thanks,