You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/10/16 09:19:36 UTC

DO NOT REPLY [Bug 13679] New: - White Space in path kill SYSTEM tag

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13679>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13679

White Space in path kill SYSTEM tag

           Summary: White Space in path kill SYSTEM tag
           Product: Xerces2-J
           Version: 2.2.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: DTD
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: koester@self.de


I am using ant and have installed the version 2.2.0 of xerces
build.xml:
...
<!DOCTYPE project PUBLIC "-//ANT//DTD project//EN" "project.dtd" [
  <!ENTITY includePaths SYSTEM "paths.xml">
]>
...

Both paths.xml and build.xml are in the same directory. If this directory
contains a blank, xerces fails. With no white space everything works fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org