Hide Forgot
Description of problem: Topic maps currently require edition to be set to be valid; this is not required for DocBook validity Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Create a topic map that does not specify an edition Actual results: Validation fails Expected results: Validation does not fail Additional info: I'm guessing that edition is mandatory because Publican used it for packaging some time ago. This is no longer the case. If edition is mandatory only to appease Publican, we can drop this requirement now :)
Hmm this is a bug/regression as edition previously has not been mandatory and definitely shouldn't be now. Anyways I just tried it out just now on our test server and couldn't replicate it, so would you be able to provide the error message you are getting Rudi please? Note: I'm wondering if you are trying to set edition in the following way: Edition = This will throw an error because it looks as though you are trying to define an edition and as such is expecting one (this is true for all metadata elements). If you don't want an edition specified, then you should be able to just not specify it and the edition won't be included in the build output.
(In reply to Lee Newson from comment #1) > Note: I'm wondering if you are trying to set edition in the following way: > > Edition = > > This will throw an error because it looks as though you are trying to define > an edition and as such is expecting one (this is true for all metadata > elements). If you don't want an edition specified, then you should be able > to just not specify it and the edition won't be included in the build output. Yep; that's it; this happened in the context of trying to automate imports. So this might well be NOTABUG; but what would be the harm in ignoring elements that don't have a value associated with them?