Message:
The following issue has been resolved as CANNOT REPRODUCE.
Resolver: Alberto Massari
Date: Mon, 26 Apr 2004 5:55 AM
This issue seems to be related with the configuration of your internet connection; in
general it's not a good thing to ask the parser to access several DTDs on the
internet, as the normal latency (or server unavailabity) associated with remote URL is
made worse by the number of requested URLs. If you want to keep using the modular
version of the DTD, try installing an entity resolver to redirect these URLs to a
local hard disk
Alberto
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESC-603
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESC-603
Summary: DOMCount slow with (modular) online DTDs
Type: Bug
Status: Resolved
Resolution: CANNOT REPRODUCE
Project: Xerces-C++
Components:
Samples/Tests
Versions:
2.1.0
Assignee:
Reporter: Tobias Reif
Created: Tue, 3 Sep 2002 8:38 PM
Updated: Mon, 26 Apr 2004 5:55 AM
Environment: Operating System: Windows 9x
Platform: PC
Description:
Hi
This issue might be Windows 9*/ME specific, but perhaps it can be
resolved.
DOMCount is very slow with (modular) online DTDs.
For example: XHTML1.1 DTD:
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
long delays, long pauses where nothing is downloaded.
domcount [...]1_1_skeleton.xhtml
[...]1_1_skeleton.xhtml: 81760 ms (9 elems).
Modular DTD: 81 seconds:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en">
<head>
<title></title>
</head>
<body>
<div>
<p></p>
</div>
</body>
</html>
Monolithic DTD: only 2 seconds (2270 ms):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/SVG/DTD/svg10.dtd" [
<!ATTLIST svg
xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
]>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title><!-- title --></title>
<desc>
<!-- description -->
</desc>
<!-- content -->
</svg>
Another monolithic one: Only 5 seconds (4725 ms):
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
env:
Windows Millennium [Version 4.90.3000]
TIA,
Tobi
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]