- From: Yves Savourel <ysavourel@translate.com>
- Date: Mon, 8 Jan 2007 09:08:51 -0700
- To: <public-i18n-its@w3.org>
Hi Felix, all, > http://www.w3.org/International/its/tests/expected/EX-locNoteRef-attribu te-1-result.xml > seems to be incorrect: there is a <locNoteReference> in the ouput for the its:locNoteRule > element, although that element is not selected by the rules element. > See > <o:node path="/myRes/head[1]/its:rules[1]/its:locNoteRule[1]" > outputType="new-value-local"> > <o:output o:locNoteType="description"> <o:locNoteReference>ErrorsInfo.html/#NotFound > </o:locNoteReference> > </o:output> > </o:node> > and in > http://www.w3.org/International/its/tests/inputdata/EX-locNoteRef-attrib ute-1.xml > <its:locNoteRule locNoteType="description" > selector="//msg[@id='NotFound']" locNoteRef="ErrorsInfo.html/#NotFound"/> > the reason might be that the locNoteRef attribute is maybe interpreted as local ITS markup? Nice catch. It was a bug in my implementation: When applying the ITS local markup I was looking for "//*/@"its:locNote|//its:*/@locNote" Instead of "//*/@"its:locNote|//its:span/@locNote" I'll commit my fixed results as soon as I'm done testing the change. I'm looking at the other issue you noted. Cheers, -yves
Received on Monday, 8 January 2007 16:09:14 UTC