Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 99969 invoked by uid 500); 23 Jul 2001 20:48:58 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 20858 invoked from network); 23 Jul 2001 12:03:20 -0000 Date: Mon, 23 Jul 2001 13:01:53 +0100 (BST) From: adam moore X-Sender: paxamr@granby.ccc.nottingham.ac.uk To: cocoon-users@xml.apache.org Subject: Passing XML as an applet param (Character escaping) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Greets! I've tried the FAQ and searching the mail lists and seem to have drawn a blank, so hopefully someone here can help (Or point me to the relevant missed section *8-). Background: I'm trying to display MathML to people using IE or Netscape. Amaya and mozilla have 'some' support, so are not a problem. The way I've founf easiset so far is to use a free java plug-in called the WebEq Mathviewer from: http://www.mathtype.com However, they expect the MathML to be passed as an applet param, thusly: Which is clearly not valid XML. I tried putting the invalid param declaration in CDATA, but then I get the escaped version: i.e. ]]> gives: <param name="eq" value=" 0 "> Which doesn't work. I fiddled a bit with cocoon-format pi's, but didn't seem to get anywhere Request: A solution so that any of: 1. The relevant chars are not escaped 2. A working way to include XML in applet params 3. Someone has already got a good way of rendering MathML server-side, e.g. a MathML to SVG converter Rquirements: 1. The MathML is part of a node tree and not in an external file 2. Has to work on both IE (5.01) and Netscape (4.7) 3. Runs on Cocoon 1.8.2 (Unless we really need a CVS build) TIA to everyone! Dr Adam Moore adam.moore@nottingham.ac.uk --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: