Entities as String
How come this replies an error when process?
<xsl:variable name="entities" as="xs:string*" select="('&aeiubareiubar;','&aneiubareiubar;','&ar eiubareiubar;')"/>
As you can see, the variable is an array that needs to have values with entities but still the processor parse these strings and reply an error that it should be declared. Can I used these strings as plainly strings and not be interpreted by the processor as entities?
Thanks.
|