I'm trying to parse http://localhost:9000/xml/status.xml to grab values
in order to build a page on our public web site that shows what's
currently playing on our SqueezeBox.

I'm using VBScript and DOM.

The "file" -- and I guess it's not really a file but generated on the
fly -- simply will not process because of one or both of these lines:

<!DOCTYPE status SYSTEM "html/slimserver_xml.dtd">
<status xmlns="http://www.slimdevices.com/slimserver/xml";>

I have a feeling it's the DOCTYPE because of the relative path that my
script can't resolve.

I can load the file, but attempting to get a value of a node fails.
Anyone have any ideas on how I can get around this?


-- 
jonheal

Jon Heal says:
Have a nice day!
http://www.theheals.org/
------------------------------------------------------------------------
jonheal's Profile: http://forums.slimdevices.com/member.php?userid=2133
View this thread: http://forums.slimdevices.com/showthread.php?t=22306

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to