i have xml tags in html body. and using document.getele mentbyid i am just extracting the xml. in mozilla it's working but it also prints the whole xml in plain text in browser. where in IE its only printing the extracted values.
Code:
<html>
<head>
<script type="text/javascript">
function parseXML()
{
alert(document.getElementById("xmlToolbarMeta").innerHTML)
Leave a comment: