cancel
Showing results for 
Search instead for 
Did you mean: 

Show XML structure in a new browser

Former Member
0 Kudos

Hi,

I like to show a XML structure in a separate browser window.

The structure is stored in a context element. Now I like to press a link button and like to show the data out of the context element into a new browser as an XML structure.

Have anyone a idear?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Juergen,

You can write the XML file content to the local drive (eg. C:\XMLData) (of your WAS server). Create alias (eg. "XMLData") and point the alias to that local path (C:\XMLData) in your server.

Then you can access the file like http://<<server_name>>:50000/XMLData/<<your_XML_file>>;

Create a LinkToURL UI element and you can keep the reference pointing to the above URL and keep the target as "_BLANK" (so that it will open in a new browser).

Regards,

Santhosh.C

Former Member
0 Kudos

Hi,

When you open a new independent browser window you can't pass any value to it.

For eg. opening the google window.

If you are opening it as a child window you can pass the value through the controller.

Regards

Noufal