[dsdl-comment] Re: Once or twice? (NVDL)

From: MURATA Makoto <murata@hokkaido.email.ne.jp>
Date: Wed Sep 19 2007 - 02:52:21 UTC

All,

I propose to add a note (see below) in 8.7.3. I hope that
this makes the point clear enough.

Note: In the following script, there are two validate elements.
Although they reference to the same schema, they are different two
actions. Given a validation candidate for the namespace
"http://www.example .com", PlanElem contains one pair for the first
action and another for the second action. As a result, this validation
candidate is validated twice.

<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"
  xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">
    <namespace ns="http://www.example.com" match="elements">
        <validate schema="foo.rng"/>
        <validate schema="foo.rng"/>
    </namespace>
</rules>

-- 
MURATA Makoto <murata@hokkaido.email.ne.jp>
--
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 Wed Sep 19 11:12:20 2007

This archive was generated by hypermail 2.1.8 : Wed Sep 19 2007 - 09:33:05 UTC