> I tried putting " in the xdoc, but it still comes out as "
> in the html, and the alert box doesn't work.
> Any ideas?

And with xml CDATA tag ?

<?xml version="1.0"?>
<document>
 <properties>
   <title>Hello</title>
 </properties>
 <body>
   <section name="Test">
     You should see a JavaScript alert...
     <script type="text/javascript">
       <![CDATA[alert("Hello!");]]>
     </script>
    </section>
 </body>
</document>

?

Damien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to