Link to home
Start Free TrialLog in
Avatar of maor
maor

asked on

How do I display an XML file in JSF portlet?

I have an XML file containing a reference to another XML file for styling:
<?xml-stylesheet type="text/xsl" href="Viewer.xml"?>
When I open my XML in a browser, the viewer file controls the appearance of my file.

I would like to display my XML in a JSF portlet, and have this viewer file control its appearance in the JSF as well. Is there a way to do this?
ASKER CERTIFIED SOLUTION
Avatar of maor
maor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial