RE: [all] XML from drupal

Hi Maurico, all,

One more note on the example here:
http://www.w3.org/International/multilingualweb/lt/wiki/LSP_Localization_Chain_Side_Use_Case_Demonstration#Step_3:_Postproduction_process

The domainPointer attribute in this rule:

<its:domainRule domainPointer="//job[@id=11]/@domain" selector="//job[@id='11']"/>

Is not valid: Pointers are relative selectors (See http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors) based on the nodes corresponding to the selector attribute. So should be something like:  

<its:domainRule domainPointer="@domain" selector="//job[@id='11']"/>

Hopefully we can have things like that checked with the ITS schema at some point (maybe it does already).

Cheers,
-yves

Received on Thursday, 25 October 2012 00:29:24 UTC