Re: [all] XML from drupal

Hi Yves,

I'm confused right now. On Tuesday Felix and you fixed the domain 
example. But If I look at the current examples the domainPointer is 
still absolute from the root element and not relative from the selector. 
If the domainPointer is relative, then we couldn't use the meta tag in 
the head, because the selector points to the body.

selector: selects the nodes to which this rule applies.
domainPointer: pointing to a node that contains the domain information

Shouldn't be both absolute? In XML it is not a problem to add the domain 
to the selected node, but for HTML it would not so easy, especially when 
we suggest to use the meta-tag in the head, which is definitely outside 
the scope of the selector.

If I'm wrong at least domainPointer is missing in "5.3.2.2Relative 
selector". ;)

Cheers,
Karl

On 25.10.2012 13:46, Mauricio del Olmo wrote:
>
> Hi Yves.
>
> Thanks for pointing at it.
>
> I’ve informed of this to Karl (Cocomore) also.
>
> I’ll change the example in the use case.
>
> Cheers.
>
> *__________________________________*
>
> *Mauricio del Olmo Martínez*
>
> *Dpto. Técnico/I+D+i*
>
> *Linguaserve Internacionalización de Servicios, S.A.*
>
> *Tel.: +34 91 761 64 60 ext. 0421
> Fax: +34 91 542 89 28 *
>
> *E-mail: **tecnico@linguaserve.com <mailto:tecnico@linguaserve.com>***
>
> *www.linguaserve.com <http://www.linguaserve.com/>*
>
> **
>
> *«En cumplimiento con lo previsto con los artículos 21 y 22 de la Ley 
> 34/2002, de 11 de julio, de Servicios de la Sociedad de Información y 
> Comercio Electrónico, le informamos que procederemos al archivo y 
> tratamiento de sus datos exclusivamente con fines de promoción de los 
> productos y servicios ofrecidos por LINGUASERVE INTERNACIONALIZACIÓN 
> DE SERVICIOS, S.A. En caso de que Vdes. no deseen que procedamos al 
> archivo y tratamiento de los datos proporcionados, o no deseen recibir 
> comunicaciones comerciales sobre los productos y servicios ofrecidos, 
> comuníquenoslo a clients@linguaserve.com 
> <mailto:clients@linguaserve.com>, y su petición será inmediatamente 
> cumplida.»*
>
> **
>
> *"According to the provisions set forth in articles 21 and 22 of Law 
> 34/2002 of July 11 regarding Information Society and eCommerce 
> Services, we will store and use your personal data with the sole 
> purpose of marketing the products and services offered by LINGUASERVE 
> INTERNACIONALIZACIÓN DE SERVICIOS, S.A. If you do not wish your 
> personal data to be stored and handled, or you do not wish to receive 
> further information regarding products and services offered by our 
> company, please e-mail us to clients@linguaserve.com 
> <mailto:clients@linguaserve.com>. Your request will be processed 
> immediately.”*
>
> *__________________________________*
>
> -----Mensaje original-----
> De: Yves Savourel [mailto:ysavourel@enlaso.com]
> Enviado el: miércoles, 24 de octubre de 2012 23:45
> Para: public-multilingualweb-lt@w3.org
> Asunto: 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']"/><mailto:%22/%3e%0d%0dIs%20not%20valid:%20Pointers%20are%20relative%20selectors%20%28See%20http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors%29%20based%20on%20the%20nodes%20corresponding%20to%20the%20selector%20attribute.%20So%20should%20be%20something%20like:%20%20%0A%0A%3Cits:domainRule%20domainPointer=%22@domain>
>
> <mailto:%22/%3e%0d%0dIs%20not%20valid:%20Pointers%20are%20relative%20selectors%20%28See%20http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors%29%20based%20on%20the%20nodes%20corresponding%20to%20the%20selector%20attribute.%20So%20should%20be%20something%20like:%20%20%0A%0A%3Cits:domainRule%20domainPointer=%22@domain>
>
> 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: 
> <mailto:%22/%3e%0d%0dIs%20not%20valid:%20Pointers%20are%20relative%20selectors%20%28See%20http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors%29%20based%20on%20the%20nodes%20corresponding%20to%20the%20selector%20attribute.%20So%20should%20be%20something%20like:%20%20%0A%0A%3Cits:domainRule%20domainPointer=%22@domain>
>
> <mailto:%22/%3e%0d%0dIs%20not%20valid:%20Pointers%20are%20relative%20selectors%20%28See%20http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors%29%20based%20on%20the%20nodes%20corresponding%20to%20the%20selector%20attribute.%20So%20should%20be%20something%20like:%20%20%0A%0A%3Cits:domainRule%20domainPointer=%22@domain>
>
> <its:domainRule domainPointer="@domain 
> <mailto:%22/%3e%0d%0dIs%20not%20valid:%20Pointers%20are%20relative%20selectors%20%28See%20http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#selectors%29%20based%20on%20the%20nodes%20corresponding%20to%20the%20selector%20attribute.%20So%20should%20be%20something%20like:%20%20%0A%0A%3Cits:domainRule%20domainPointer=%22@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
>


-- 
*Karl Fritsche*, Junior Software Developer
Tel.: +49 69 972 69 2604; Mob.: +49 1520 206 30 93; Fax: +49 69 972 69 
199; Email: Karl.Fritsche@cocomore.com <mailto:karl.fritsche@cocomore.com>
*Cocomore AG,* Gutleutstraße 30, D-60329 Frankfurt
Internet: http://www.cocomore.de <http://www.cocomore.de/> Facebook: 
http://www.facebook.com/cocomore Google+: http://plus.cocomore.de 
<http://plus.cocomore.de/>
Cocomore is active member of the World Wide Web Consortium (W3C)
Vorstand: Dr. Hans-Ulrich von Freyberg (Vors.), Dr. Jens Fricke, Marc 
Kutschera, Vors. des Aufsichtsrates: Martin Velasco, Sitz: 
Frankfurt/Main, Amtsgericht Frankfurt am Main, HRB 51114

Received on Thursday, 25 October 2012 18:19:46 UTC