Re: [xmljs-users] Opening XML FILE with xmlforscript
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2006-02-20 21:39:11
|
Depending on your security constraints, you might be able to use xmljs's server-side proxies (http://xmljs.sourceforge.net/website/documentation-xmlproxies.html) or load the XML file directly (http://xmljs.sourceforge.net/website/documentation-tools.html#toolsLoadLocalData)... Good luck! David --- Ivo Benedito <ivo...@gm...> wrote: > Hi, > > I´m developing a (Thin)Web Client for WMS(Web Map Service) and WFS-T(Web > Feature Service - Transacional) Servers and this libraries for parsing xml > files in client side with javascript are very good since they are > cross-browser and implement W3C DOM Model. The main problem i´m having for > now, is that the XML Files i want to parse on client side are responses from > this WMS and WFT-S Servers. For example, i get a xml file from this url's > http://www.demis.nl/mapserver/request.asp?REQUEST=GetCapabilities , > http://mapserv2.esrin.esa.it/cubestor/cubeserv/cubeserv.cgi?REQUEST=GetCapabilities > (this > xml files contain information about the refered server capabilities) and i > dont know how to place the content of these xml files into a string or a > form object (hidden textarea, etc ...). Can anyone give me a help plz ?? > > Thks a lot ;) and keep on the good work. > > Ivo Benedito -> ivo...@gm... > |