XML to DOM object and vice versa

vascorama

New Member
I'm retrieving XML code from a textarea from codemirror, using \[code\]codeMirrrorEditor.getValue()\[/code\]. I then place in back into an HTML element (same HTML file as the textarea) with jQuery's \[code\].html()\[/code\] function and used selectors to get something back that is similar to DOM objects. Am I getting a DOM object?? And when my XML code has HTML within it,\[code\]<displayTable> <tr> <td> .... </tr></displayTable>\[/code\]and I try to retrieve the the code from the DOM object, I dont get the results desired...can anyone explain to me whats going on? thanks
 
Back
Top