
March 8th, 2004, 12:44 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
View XML in iframe which source is a JSP File
Hello.
I have to show in an iframe xml data as it would be shown if I just created xml file (test.xml) an opened it in IE. I need this view in iframe where I call JSP source as
<IFRAME ID="XML" name="XML" src="showXML.jsp" width="100%" height="300px" ></IFRAME>
This showXML.jsp just does a print out of the XML String which is stored in Database.
The strange thing that now happend is: on certain xml strings it works fine and I got a view as I want, and some I just see the data between.
By experimental for myself, I found out that the data-between-view always appears if put the xml string between html tags. But I got noch html tags in my showXML.jsp
Can anybody help me? thank!
|