|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I need to insert xml into an html page how do i do?
does anyone know of a good page where i can see how to insert an xml file to be dynamically displayed into an html page?
Last edited by Cikkubriku : October 10th, 2003 at 03:52 AM. |
|
#2
|
||||
|
||||
|
If you need XML, tags and all, within HTML the easiest way
is to put it all into a non-editable textarea: Code:
<textarea rows="10" cols="10 name="xml" readonly> <MyXML> </MyXML> </textarea> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > I need to isnert xml into an html page how do i do? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|