Re: using xslt/JS inside the page
Nic Ferrier <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Tapsell-Ferrier Limited |
| Message-ID | <[email protected]> |
Lucky <[email protected]> writes: > Nic Ferrier> you should try using: > > var xslt = (new DOMParser()).parseFromString('<your>xml</your>','text/xml'); > > and same for the xmlDocument creations. > > should get you a step closer? It does work... I'll post later with the full text of the solution. Nic