XMMProvider giving "The specified XSL filename is empty"

I get the above error with the following Channel definition.

I've tried the xslFileName with or without the URL http and get the same message.

If I browse the .xml file with IE it works and displays fine so I'm pretty sure the XML file and syntax is correct.

Any ideas?

<Channel name="News2" provider="XMLProvider" merge="replace">

<Properties>

<String name="refreshTime" value="600"/>

<String name="title" value="XML Test Channel"/>

<String name="description" value="This is a test of the XML Provider system"/>

<String name="url" value="http://content.intranet/IT/DWY/news.xml"/>

<String name="xslFileName" value="http://content.intranet/IT/DWY/news.xsl"/>

</Properties>

</Channel>

[826 byte] By [barddzen] at [2007-11-25 20:26:17]
# 1

Ok, I've narrowed the issue down a bit. If I use file:// to a file local to the server, it works fine, but anything like http:// or https:// doesn't work.

According to the docs, this should work either way.

Anyone know of a fix for this?

Also, the .xsl file MUST be in the XMLProvider folder under "default" or it won't find it.

barddzen at 2007-7-4 15:47:32 > top of Java-index,Web & Directory Servers,Portal Servers...