xsp:attribute and namespace

Michael Wechner <[email protected]> Thu, 27 Mar 2003 20:49:32 +0100
Newsgroups gmane.comp.cms.wyona.devel
Message-ID <[email protected]>
Hi

Thanks to Edith, the problem of xsp:attribute with namespaces has been 
solved.

You have to replace

<xsp:attribute name="xlink:href">...</xsp:attribute>

by

<xsp:attribute name="href" prefix="xlink" 
uri="http://....">...</xsp:attribute>


Happy hacking

Michael