Well, if you're try to literally copy them through with <xsl:copy-of .../> then perhaps you haven't got the namespace right. Make sure you are declaring the namespace with a prefix in the header, and then copy it with <xsl:copy-of select="mathml:foobar"/> or whatever.

simon

On Friday, June 20, 2003, at 08:35 PM, Streph Treadway wrote:

Hi, all,

I am pretty inexperienced with AxKit so please forgive what may be an
extremely ignorant question.  I am interested in using AxKit to serve
pages that will include MathML, which is itself a form of XML.  I would
like to transform some elements but pass significant chunks of MathML
directly to browsers without processing it.  I have tried a few
experiments, but the XSLT step strips out my MathML tags.

Any suggestions?

Yours,

Streph

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



-- www.simonwoodside.com -- 99% Devil, 1% Angel


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



Reply via email to