its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml
In directory hutz:/tmp/cvs-serv5389/examples/xml

Added Files:
	EX-translation-agent-provenance-xml-global-1.xml 
	EX-translation-agent-provenance-xml-local-1.xml 
Log Message:
Initial version of provenance section

--- NEW FILE: EX-translation-agent-provenance-xml-local-1.xml ---
<text xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:its="http://www.w3.org/2005/11/its"
    its:version="2.0">
    <dc:creator>John Doe</dc:creator>
    <title>Translation Revision Provenance Agent: Global Test in XML</title>
    <body>
        <par its:transToolRef="http://www.onlinemtex.com/2012/7/25/wsdl/"
            its:transOrg="acme-CAT-v2.3"> This paragraph was translated from the machine.</par>
        <legalnotice postediting-by="http://www.vistatec.com/" its:transPerson="John Doe"
            its:transOrgRef="http://www.legaltrans-ex.com/">This text was translated directly by a
            person.</legalnotice>
    </body>
</text>

--- NEW FILE: EX-translation-agent-provenance-xml-global-1.xml ---
<text xmlns:dc="http://purl.org/dc/elements/1.1/">
    <dc:creator>John Doe</dc:creator>
    <its:rules
        xmlns:its="http://www.w3.org/2005/11/its"  version="2.0">
        <its:transProvRule selector="/text/body/par[1]"
            transToolRef="http://www.onlinemtex.com/2012/7/25/wsdl/" 
            transOrg="acme-CAT-v2.3" />
            <its:transProvRule selector="/text/body/legalnotice"
                transPersonPointer="/text/dc:creator"
                transOrgRef="http://www.legaltrans-ex.com/"/>
    </its:rules>
    <title>Translation Revision Provenance Agent: Global Test in XML</title>
    <body>
        <par> This paragraph was translated from the machine.</par>
        <legalnotice postediting-by="http://www.vistatec.com/">This text 
            was translated directly by a person.</legalnotice>
    </body>
</text> 

Received on Sunday, 14 October 2012 17:41:52 UTC