Tetsu Ito a écrit :
>
> Hi everyone.
>
> I am stuck on XML -> HTML transforming. I want to transform this
> <banner>
> <motion>jsky1.png</motion>
> <motion>jsky2.png</motion>
> <motion>jsky3.png</motion>
> </banner>
>
> to
> <img motion="jsky1.png" motion="jsky2.png" motion="jsky3.png" />
>
> The FAQ reads "disable-output-escaping is not implemented. but ther is
> other ways".
>
> Is there any ways to transform above without "disable-output-escaping" ?
> If so please tell me. If not so.......
>
It's not a problem about output escaping, but about XML syntax : the
names of the attributes on an element must be unique !
--
Sylvain Wallez
Anyware Technologies - http://www.anyware-tech.com
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>