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.......



---------------------------------------------------------------------
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]>

Reply via email to