Menu

#10 how to i obtain xml data using http

open
nobody
None
5
2008-02-07
2008-02-07
Anonymous
No

this is what I want to do:

<applet code="hypergraph.applications.hexplorer.HExplorerApplet.class" archive="hyperapplet.jar" height="540" width="720">
<param name="file" value="http://someurl.com/hyper/hyper.php">
<param name="properties" value="hyper.prop">
<param name="center" value="9774"></applet>

but using a url for the value does not seem to work.

should it work?

is their any fix i could do.

ps: hyper.php returns a xml page, and sends xml headers, and is properly formated. i copyed the output of hyper.php and used it as a file, as hyper.xml. then i open a html file which contained the appropriate applet code. It worked like that.

Discussion


Log in to post a comment.