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.
A customer uses a CLOB field in an Oracle database to store some XML. He would like to display the XML on his screen as if coming from a notepad file: he wants to see all the tags. Any ideas?This message has been edited. Last edited by: Danny-SRL,
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
i think you'll have to replace the greater than tags with & gt ; and less thans with & lt ; to get it to display and not interpret. either that or change the http header to infer that it's a text output and not to be interpreted.
Originally posted by Danny-SRL: What would the header look like?
I have experience doing this in ASP, but not in WebFOCUS, so I'm sort of shooting from the hip. Seems like switching the output to text\plain should allow it to come through as plain text.
This is a description of where I am now: I defined the CLOB with format A32000. I issue a TABLE command and PRINT my CLOB. If I understand you correctly, I should issue before the TABLE command something like
-HTMLFORM BEGIN
-* here a content-type which would say plain/text or something to that effect
-HTMLFORM END
So my question is what exactly do I put between the -HTMLFORM command?
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006