Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Catkin complains about XSD #909

Closed
nalt opened this issue Jan 10, 2018 · 1 comment
Closed

Catkin complains about XSD #909

nalt opened this issue Jan 10, 2018 · 1 comment

Comments

@nalt
Copy link

nalt commented Jan 10, 2018

Catkin complains about an XSD in the package.xml file:

catkin_pkg.package.InvalidPackage: Error(s) in /root/ws/src/test/package.xml:
- The "package" tag must not have the following attributes: xmlns:xsi, xsi:noNamespaceSchemaLocation, xmlns:xs

The package.xml looks as follows:

<?xml version="1.0"?>
<package format="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://download.ros.org/schema/package_format2.xsd">

Linking to an XSD that way is standard.

@dirk-thomas
Copy link
Member

The problem is coming from the TinyXML2 version you are using. Please see ros/rospack#77.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants