[jboss-user] [JBoss Portal] - Re: SVG in portlet

scollins311 do-not-reply at jboss.com
Fri Jul 21 11:52:09 EDT 2006


These are the supported types I've added:
<supports>
  |          <mime-type>text/html</mime-type>
  |          <portlet-mode>VIEW</portlet-mode>
  |       </supports>
  |       <supports>
  |          <mime-type>text/xml</mime-type>
  |          <portlet-mode>VIEW</portlet-mode>
  |       </supports>
  |       <supports>
  |          <mime-type>application/xhtml+xml</mime-type>
  |          <portlet-mode>VIEW</portlet-mode>
  |       </supports>
  | 

I don't know what you mean with the path to my svg?  Do you mean the namespace?  The svg code is in the xhtml page.  The namespaces I'm using are 

  | xmlns:xlink="http://www.w3.org/2000/xlink/namespace/"
  | xmlns:svg="http://www.w3.org/2000/svg"
  | 

Thank you for answering so quickly,  
Shaun

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

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



More information about the jboss-user mailing list