-
Notifications
You must be signed in to change notification settings - Fork 32
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
generated namespace prefix is invalid #277
Comments
Oh, I just found your fix 22a4624 |
(Could we separate this out of #268, and merge it right away?) |
@kba hi, can you please fix this ? |
Fixed in 1.0.0b15 |
Thanks! |
what is the purpose of the pc prefix? e.g. pc:pcgts? It does not validate against the schema. |
|
thx. but why would you prefix every single namespace with it? I haven't seen this on other pagexmls and it does not validate against the schema given. |
Why would this not validate against the PAGE schema? Our PAGE-XML define |
ok. never mind. |
With
1.0.0b12
, I now get documents fromto_xml
that begin like this:Thus, all elements use the
pc
prefix, but this is not declared in the root asxmlns:pc=...
.IMO, this regression is a combination of c0c1ea6 and the earlier af5098d – first
to_xml
was rewritten to not include thepc
prefix anymore (but at that time it was also not used in the generateDS call), then the generateDS call changed (butto_xml
was not changed back accordingly).The text was updated successfully, but these errors were encountered: