displaying an xml file in an i-frame

admin

Administrator
Staff member
I have a non existing relationship with javascript and need to write a code that will display my xml doument information in an i-frame on an html page. My xml document has the root element <NMOVIE>
<Movie>
<Name></Name>
<Actor_Actress></Actor_Actress>
<Rating></Rating>
<Length></Length>
<Type></Type>
</Movie>

From what I know of i-frames, I know that I have to have a separate htm page for the frame itself. What coding would I put on this page to display my xml info? My xml doc. validates as does my xslt. I want to use the xslt to display the xml info.
Thank you in advance!
 
Back
Top