ID generation violates W3C standard
Brought to you by:
niallg
Using the cycle strategy the generated ids violate the W3C standard. Ids have to start with a letter | _ | : and can be followed by any sign. Is there any reason why the ids do not match this regular expression given by W3C?
In order to transform the generated xml the id and ref element are needed to build the dom. However matching the xml against the DTD will fail since the ids are invalid.
Is it possiable to have this changed? We already had a look at the source and will gladly have it changed by ourself and if you want we can commit the changes.
Best Regards
Christian Rensmann
Contact:
rensmannchristian@johndeere.com
Hi,
Sorry, did not see this. I usually rely on the mailing list. Can you give an example and reference the W3C standard section that specifies this.
Thanks,
Niall