hi, i wrote a simple jsf-portlet for jboss portal 2.2.1rc3 and i want to 
include some mathml code like
<?xml version="1.0"?>
  | <?xml-stylesheet type="text/xsl" 
href="http://www.w3.org/Math/XSL/mathml.xsl";?>
  | <html xmlns="http://www.w3.org/1999/xhtml";>
  |   <head></head>
  |   <body>
  |     <math xmlns="http://www.w3.org/1998/Math/MathML"; >
  |      <apply>
  |           <implies/>
  |           <apply>
  |                <eq/>
  |                <ci>A</ci>
  |                <ci>B</ci>
  |           </apply>
  |           <apply>
  |                <eq/>
  |                <apply>
  |                     <union/>
  |                     <ci>A</ci>
  |                     <ci>C</ci>
  |                </apply>
  |                <apply>
  |                     <union/>
  |                     <ci>B</ci>
  |                     <ci>C</ci>
  |                </apply>
  |           </apply>
  |      </apply>
  |      </math>
  |   </body>
  | </html>
in a jsp.  i think i have to edit my portlet.xml and the ContentType in the 
doView method, right? any ideas what to do? thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933684#3933684

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933684


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to