Closed
Bug 383100
Opened 18 years ago
Closed 18 years ago
unparsed-entity-uri not implemented
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: erick.fauquette, Unassigned)
Details
Attachments
(1 file)
11.29 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070603 Minefield/3.0a6pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070603 Minefield/3.0a6pre
Using this instruction in xslt
<p><xsl:value-of select="unparsed-entity-uri(@boardno)" /></p>
produce the message :
unparsed-entity-uri not implemented
Nowhere I found, a report concerning this function ...
Reproducible: Always
Steps to Reproduce:
1.xml file containing :
<!DOCTYPE dmodule [
<!ENTITY figure0012 SYSTEM "figure0012.svg" NDATA svg>
<!ENTITY figure0014 SYSTEM "figure0014.svg" NDATA svg>
<!ENTITY figure0013 SYSTEM "figure0013.svg" NDATA svg>
<!NOTATION svg SYSTEM "svg">
]>
2.xsl file containing :
<p><xsl:value-of select="unparsed-entity-uri(@boardno)" /></p>
3.open the xml file
Actual Results:
unparsed-entity-uri not implemented
Expected Results:
file:///C:/193386/ASD/Spec-2000M/Specifications/Spec2000M-xml/DMC-S2000MA04030000A000AA/figure0012.svg
This problem still exist in the minfield release.
The problem exist in the Latest official Firefox release (2.0.0.4) as well in Gran Paradiso,Sea Monkey, ...
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•18 years ago
|
||
test file is :
\193386\ASD\Spec-2000M\Specifications\Spec2000M-xml
You need to log in
before you can comment on or make changes to this bug.
Description
•