linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06713
[Bug 1159436] [NEW] Validate XML files with XML schema
Public bug reported:
DC++ does not currently validate that the XML files it reads
(DCPlusPlus.xml, Favorites.xml etc) are valid. The XML parser is able to
deduce that certain information is invalid, but that's not an optimal
solution. The current XML parser cannot validate files so the component
needs to be updated to handle it or a new XML parser should be used.
There are XSD files in the source code tree under schemas/ that should
be used.
** Affects: dcplusplus
Importance: Wishlist
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1159436
Title:
Validate XML files with XML schema
Status in DC++:
New
Bug description:
DC++ does not currently validate that the XML files it reads
(DCPlusPlus.xml, Favorites.xml etc) are valid. The XML parser is able
to deduce that certain information is invalid, but that's not an
optimal solution. The current XML parser cannot validate files so the
component needs to be updated to handle it or a new XML parser should
be used.
There are XSD files in the source code tree under schemas/ that should
be used.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1159436/+subscriptions
Follow ups
References