According to the documentation:
http://openbd.org/manual/?/function/xmlparse
>
> BOOLEAN = XmlParse( p1, p2, p3 )
> p1 xmlstring - Can be a string, URL to a remote XML, or path to a file
>
> A URL like this works:
<cfset xmlParse("http://localhost:8080/test/rss.xml") />
However an absolute file path:
<cfset xmlrecalls =
xmlParse("/Users/matthew/Documents/voxpopdesign/jetty-openbd-3.2/webapps/openbd/test/rss.xml")
/>
and a relative file path:
<cfset xmlrecalls = xmlParse("rss.xml") />
do not. I have tried this in both Ready2Run versions 3.1 and the 3.2
nightly build. Is there something I'm missing?
If this is just a update to the documentation, what would be the best way
to contribute back?
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.