[dsdl-comment] validate options in NVRL

From: Dave Pawson <dave.pawson@gmail.com>
Date: Tue May 27 2008 - 08:01:30 UTC

 <define name="option">
    <element name="option">
      <attribute name="name">
        <data type="anyURI"/>
      </attribute>
      <optional>
        <attribute name="arg"/>
      </optional>
      <optional>

Which is great for Java based validators which have parameters of this
form (a URI).

Question.
1. Can I use something like xsv (http://www.ltg.ed.ac.uk/~ht/xsv-status.html)
or
rxp
 rxp --help
usage: rxp [-abeiImnNRsStvVx] [-o b|0|1|2|3|i|d] [-U 0|1|2] [-c
encoding] [-D name sysid] [-u base_uri] [url]

I.e. a command line application, written in C, which takes command
line arguments of the form -arg value

2. Why is the name attribute of type anyURI?
-c isn't valid for 'anyURI' AFAIK, yet is good for some (many) validators?

3. For implementations, how do I 'add' a validator that it currently
doesn't know about?

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
--
DSDL comments
To unsubscribe, please send a message with the
command  "unsubscribe" to dsdl-comment-request@dsdl.org
(mailto:dsdl-comment-request@dsdl.org?Subject=unsubscribe)
Received on Tue May 27 10:01:32 2008

This archive was generated by hypermail 2.1.8 : Wed May 28 2008 - 04:38:04 UTC