[Webkit-unassigned] [Bug 19380] New: svn.facebook.com XML page is blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 13:41:41 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19380

           Summary: svn.facebook.com XML page is blank
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
               URL: http://svn.facebook.com/svnroot/platform/fbopen/
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.safari at gmail.com


http://svn.facebook.com/svnroot/platform/fbopen/

This XML page does not render at all. Firefox 2 is fine.

Here's the source:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/skin/view/repos.xsl"?>
<!DOCTYPE svn [
 <!ELEMENT svn   (index)>
 <!ATTLIST svn   version CDATA #REQUIRED
                 href    CDATA #REQUIRED>
 <!ELEMENT index (updir?, (file | dir)*)>
 <!ATTLIST index name    CDATA #IMPLIED
                 path    CDATA #IMPLIED
                 rev     CDATA #IMPLIED>
 <!ELEMENT updir EMPTY>
 <!ELEMENT file  (prop)*>
 <!ATTLIST file  name    CDATA #REQUIRED
                 href    CDATA #REQUIRED>
 <!ELEMENT dir   (prop)*>

 <!ATTLIST dir   name    CDATA #REQUIRED
                 href    CDATA #REQUIRED>
 <!ELEMENT prop  (#PCDATA)>
 <!ATTLIST prop  name    CDATA #REQUIRED>
]>
<svn version="1.1.4 (r13838)"
    href="http://subversion.tigris.org/">
 <index rev="1176" path="/platform/fbopen">
   <updir />
   <file name="LICENSE" href="LICENSE"></file>
   <file name="README" href="README"></file>
   <dir name="fbopen-libfbml" href="fbopen-libfbml/"></dir>

   <file name="fbopen_data_dump" href="fbopen_data_dump"></file>
   <dir name="html" href="html/"></dir>
   <dir name="lib" href="lib/"></dir>
 </index>
</svn>

Other browsers behavior:
This only work in firefox, and fails in:
* Safari 3.1
* Opera
* Internet Explorer 0.7

Likely an issue with the XSL Transformation.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list