RE: Input on BP 20 http://www.w3.org/International/its/techniques/its-techniques.html#AuthLocNote

Hi Felix,

>> Good point. I think the ITS markup is not needed in the output, only 
>> in the source XSL file. But I'm not sure how you would change the sample 
>> to insure that.
>  
> just replace <span its:locNoteRef="http://en.wikipedia.org/wiki/RFID">REFID</span>
> with <xsl:element name="span" 
> its:locNoteRef="http://en.wikipedia.org/wiki/RFID">REFID</xsl:element>
>

Actually, the <span> is there just to hold its:locNoteRef. It's not needed in the output either.
Now I think <xsl:text its:locNoteRef="http://en.wikipedia.org/wiki/RFID">REFID</xsl:text> is enough.

-ys

Received on Saturday, 22 September 2007 12:19:28 UTC