It’s just data
Should we write it in C# or Java (or both)?
DB
How about Python? ;-)
Posted by Sam Ruby atBetter yet, how about XSLT or schematron?
Posted by Don Box atkinda like this one ? [in schematron]
http://www.pocketsoap.com/wsdl/
Posted by Simon Fell
My first reaction is that schematron looks excellent for this task.
My second reaction is that schematron is only suitable for the low hanging fruit.
There are a number of places in the rss validator that we felt the need for the full power of regular expressions. Can this be handled in schematron?
Schematron depends on XSLT (or at least XPath 1.0). There's no W3C standard compliant way to use regular expressions in XSLT but more importantly I'm not sure there is a portable way to get regexes to work in the major implementations.
Posted by Dare Obasanjo atSo, the question is whether we seek a language with a portable way to support regexes, or whether we don't feel that regexes are necessary for the problem at hand.
I'd like to validate that certain values are relative URIs and others are fully qualified, for example.