Issue 47671 - Unexpected handling of white space in javavendors.xml
Summary: Unexpected handling of white space in javavendors.xml
Status: ACCEPTED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680m88
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 16:05 UTC by Stephan Bergmann
Modified: 2013-02-07 22:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2005-04-18 16:05:56 UTC
White space at the start and end of <library> element content (like

  <library vendor="...">
    ../path/to/lib.so
  </library>

here) is not ignored as suggested by
<http://www.w3.org/TR/2004/REC-xml-20040204/#sec-white-space>, but rather
treated as part of the library path (and the library is thus not found).  This
probably pertains to other elements of javavendors.xml (minVersion, maxVersion,
...), too.
Comment 1 joachim.lingner 2006-05-19 08:45:06 UTC
.