Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

RSS XSL file creation problem

Community Beginner ,
Mar 30, 2009 Mar 30, 2009
I have a lsoft listserv feed that I am trying to incorporate into our site using a xsl file. This is the address of the xml file: http://listserv.gcfi.org/scripts/wa-GCFI.exe?RSS&L=STROMBUS-L&v=2.0

The method works fine with xml files with the .xml extension but not this feed. I have tried changing the XMLPrefixesForDfaultNS.xml file by adding the following line after the <namespace prefix="rss2" uri=" http://backend.userland.com/rss2"/> line:
<namespace prefix="rss2" uri=" http://listserv.gcfi.org/scripts/wa-GCFI.exe?RSS&L=STROMBUS-L&v=2.0"/> (I have also changed the namespace prefix to a custom name but it still does not work.)

The schema for the feed also indicates that there is 'expected whitespace' and does not show the structure of the xml feed.

The error message I get on rendering the page is this: SAXParseException: Unterminated entity reference, 'z' (wa-GCFI.exe?RSS&L=STROMBUS-L&v=2.0,line 370, column 52)

I am running php 5.x on an apache server. As I mentioned, this works fine with .xml files.

Any help is greatly appreciated!!!


Text
TOPICS
Server side applications
323
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Mar 30, 2009 Mar 30, 2009
OK - I found out the answer - the listserv list was set to 'private' and it needed to be set to 'public'. It now reads the file as xml.
Translate
Community Beginner ,
Mar 30, 2009 Mar 30, 2009
LATEST
OK - I found out the answer - the listserv list was set to 'private' and it needed to be set to 'public'. It now reads the file as xml.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines