RE: problem in xsl translation to rdf

Hi,

> -----Original Message-----
> From: www-rdf-interest-request@w3.org [mailto:www-rdf-interest-
> request@w3.org] On Behalf Of Thomas B. Passin
> Sent: Tuesday, May 20, 2003 6:39 AM
> To: www-rdf-interest@w3.org
> 
> <xsl:template match="/azkno:kno">
> ...
> <rdf:Description
>    rdf:about='http://expm.rd.ambl.net/kobject/KNO1/{dc:identifier}.rdf'>
> </rdf:Description>
> 
> ...
> </xsl:template>


Adding to what Tom wrote, you will probably need to use:

.../KNO1/{normalize-space(dc:identifier)}.rdf

Best,
-Rob

> 
> The contents of the part marked with braces {}, used to indicate the
> portion
> to be evaluated by the processor, is called an "attribute value template".
> 
> BTW, you do not need to surround ordinary text with "xsl:text" tags.  Just
> putting the characters on the page is enough.  You only need to use
> "xsl:text" in very special circumstances.
> 
> Cheers,
> 
> Tom P

Received on Tuesday, 20 May 2003 09:46:49 UTC