> From: Cocoon User [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, June 27, 2002 6:56 PM
> To: [EMAIL PROTECTED]
> Subject: open xml in .js
> 
> 
> i have a .xml web site
> 
>  serve it  using cocoon
> 
> into a .xml file i have information i want to use as data 
> into an .js file
> using the following code
> 
>         gD.async=false; M
>         gD.load("celebrations.xml");M
>         gD.setProperty("SelectionLanguage", "XPath")M
> 
> 
> using ie6 (local) i get all .xml into gD object
> 
> serving my pages using cocoon
> after those line
> 
> gD appear to be an empty object
> 
> any help/idea?
> 

Check that you can get that file when you simply type
"http://<host>/<your-path>/celebrations.xml" in browser.

--
Konstantin Piroumian 
[EMAIL PROTECTED]


> 
> 
> thanks
> 
> stavros kounis
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to