[Webkit-unassigned] [Bug 26111] xml parse error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 04:35:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26111





------- Comment #3 from sugaya.takashi at konicaminolta.jp  2009-06-01 04:35 PDT -------
Mr.Mark

Thank you very much for your quick reply.
I could understand the difference between the Mac vesion and the Windows
version.

And I'm sorry for the confusing attachments.
First, "Sample1" directory is the test case of the bug.
If you look at the "sample.xml" in Mac, you will have the following result.

--- Sample1 --- 
--- Sample1 --- 

And if you look at the "sample.xml" in Windows, you will have the following
result.

--- Sample1 --- 
Sample Code 2
--- Sample1 --- 

This means that the Line20 code in "sample.xsl" couldn't parse.
Because the "File" param in Line7 wasn't recognized by the safari.
<xsl:param name="File" select="document('file.xml')/Pre/File[@name=$SelNo]"/>

Second, "Sample2" and "Sample3" directories are the test cases of the not bug
case.
The Line7 in "sample.xsl" is the only difference between three directories.

If you change the Line7 in "sample.xsl" as follows, you can see the not bug
case.

[Sample1]
<xsl:param name="File" select="document('file.xml')/Pre/File[@name=$SelNo]"/>

[Sample2]
<xsl:param name="File" select="document('file.xml')/Pre/File[@name='S1']"/>

[Sample3]
<xsl:param name="File" select="document('file.xml')/Pre/File"/>

--- Sample1 --- 
Sample Code 2
--- Sample1 --- 

Best Regards, Takashi.


-- 
Configure bugmail: https://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