![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to transform xml that is embedded in my html page using XSLT to display HTML elements. The issue is that somewhere the transformation strips out some data. If I load the same xml through a file on my hard-drive, the transformation works fine. Any ideas? Below is a simplified example of my code. HTML PAGE: html ... a href="javascript:displayResultfromDOM()">Click here</a div id="xmldata" car><name>Honda</name><year>1999</year><price>$2000</ price><condition>excellent</condition></car /div |
|
Only a name and condition are included in the output. The others were removed at time of transformation. |
![]() |
| Thread Tools | |
| Display Modes | |
| |