catdna Wrote: 
> Hi All
> 
> I've been playing with the XML skin (and I must say, it's so much
> faster in 6.2 than previous releases - good job !)
> 
> I've noticed that when using the 'search.xml' page, I'm getting *html*
> returned, eg :
> 
> http://slimserver:9000/xml/search.xml?type=artist&query=ozric
> 
> - this returns an HTML table with links to the browsedb.html page,
> rather than the XML document I was expecting.
> 
> While it does return valid XHTML (and I could parse it using DOM/SAX
> etc), it'd be nicer if it worked as expected.
> 
> Unless of course I've done something screwy in my request (but it
> doesn't look like it).
> 
> Bug ?
> 
> Thanks
> 
> Chris
I can confirm that there's an issue.  I'm looking into it.
In the meantime, if you specifiy "&manualSearch=1" on the querystring
you should get some usable results.
Code:
--------------------
    http://slimserver:9000/xml/search.xml?type=artist&query=ozric&manualSearch=1
--------------------
There will be some errant xhtml in there, but the "browse_entry" items
should be easily parsable (is that a word?).

TheEndless


-- 
TheEndless
------------------------------------------------------------------------
TheEndless's Profile: http://forums.slimdevices.com/member.php?userid=1375
View this thread: http://forums.slimdevices.com/showthread.php?t=19644

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

Reply via email to