Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DTD frontmatter in xmldsig-core-schema.xsd #182

Open
MarkDavidson opened this issue Mar 30, 2015 · 0 comments
Open

DTD frontmatter in xmldsig-core-schema.xsd #182

MarkDavidson opened this issue Mar 30, 2015 · 0 comments

Comments

@MarkDavidson
Copy link
Contributor

There is some DTD frontmatter in xmldsig-core-schema.xsd. It may be unecessary. Let's see if the DTD frontmatter can be safely deleted.

The frontmatter looks like this:

<!DOCTYPE schema
  PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"
 [
   <!ATTLIST schema 
     xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">
   <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
   <!ENTITY % p ''>
   <!ENTITY % s ''>
  ]>

This seems to be causing some issues for people using this schema as a source for their validation using other technology stacks. The XML DSIG schema is not hosted with the TAXII Specifications, so there's NOT an analagous problem on taxii.mitre.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant