PDA

View Full Version : js integration with xml


jc
28.06.2001, 17:09
that my problem...

i'm trying to make an xml document serve as database to make menu or anything ...

the idea came when I see the way we declare database in ypXmlTree I just love it
...

but I actualy hate the idea to use XSLT template then kind of server side aplication to make an html file

Is it possible to simply make an iFrame buffer an then read direcly from the XML document ??

for now an example working in ie 5.5 will bee enought

cam sombody help me please ??

i knew pretty nothing for js integration in xml

kies
29.06.2001, 09:10
i didn't know you could use xml with js? i would love to learn more about this....

//kies

huxa
29.06.2001, 14:26
<font size=2>you can use xml and javascript together. i spent a while reading through stuff while in school, for use in a intranet app there. anyway, enclose your javascript like so:
<pre id=code><font face=courier size=2 id=code>
<![CDATA[
<script language="javascript">
//blahhhhhhh
</script>
]]></font id=code></pre id=code>
unless i'm mistaken, that should do it..
</font id=size2>