Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Displaying SVG through WebFocus

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Displaying SVG through WebFocus
 Login/Join
 
<Bandi>
posted
I am trying to pass svg code in between the -HTMLFORM tags. But the browser does not detect it to be svg and just displays it as a normal XML code.

Is there a way to pass the MIME TYPE as SVG to the browser so that it could interpret the svg code?

Thanks,
Bandi
 
Report This Post
<Pietro De Santis>
posted
If there's nothing else in the HTMLFORM, the following may work, but I'm not sure as I've never worked with SVG.


-HTMLFORM BEGIN





-HTMLFORM END

This message has been edited. Last edited by: <Mabel>,
 
Report This Post
<Bandi>
posted
But I am trying to do something like this -



-HTMLFORM BEGIN


style="stroke:black;fill:blue;"/>

-HTMLFORM END

Bcause I want to generate my own svg tags and include them. And I am working on SelfService application, so I cannot access the file source path.

This message has been edited. Last edited by: <Mabel>,
 
Report This Post
<Pietro De Santis>
posted
Maybe putting your svg code in a separate html and using an iframe within the -HTMLFORM might work.
 
Report This Post
Member
posted Hide Post
Try adding the svg doctype declaration after the xml declaration.




< !DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

Hope this helps...
_______________________________
Mikko

This message has been edited. Last edited by: <Mabel>,
 
Posts: 4 | Location: Finland | Registered: March 26, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Displaying SVG through WebFocus

Copyright © 1996-2020 Information Builders