Search found 4 matches

by abc
Thu Jul 03, 2014 5:42 pm
Forum: General XML Questions
Topic: DocBook: attribute 'float' not allowed here validation error
Replies: 5
Views: 4272

Re: DocBook: attribute 'float' not allowed here validation e

With your analysis, hints and link to the specification, I was able to locate and fix the problem.

Thanks a lot for your help!
by abc
Thu Jul 03, 2014 4:00 pm
Forum: General XML Questions
Topic: DocBook: attribute 'float' not allowed here validation error
Replies: 5
Views: 4272

Re: DocBook: attribute 'float' not allowed here validation e

Thank you for your quick reply! Here is the entire XML example. Yes, we are using DocBook 5. <?xml version="1.0" encoding="UTF-8"?> <?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbookxi.rng" type="xml"?> <sect1 xml:id="test" xml...
by abc
Thu Jul 03, 2014 3:28 pm
Forum: General XML Questions
Topic: DocBook: attribute 'float' not allowed here validation error
Replies: 5
Views: 4272

Re: DocBook: attribute 'float' not allowed here validation e

Adding the "xml" prefix to the "id" didn't help either:

Code: Select all

<figure xml:id="initial_script" float="true">
by abc
Thu Jul 03, 2014 3:22 pm
Forum: General XML Questions
Topic: DocBook: attribute 'float' not allowed here validation error
Replies: 5
Views: 4272

DocBook: attribute 'float' not allowed here validation error

With this code <sect3> <title>A Title</title> <para>Some text::</para> <para> <figure id="my_id"> <title>Figure title</title> <mediaobject> <imageobject> <imagedata fileref="images/blah.png" /> </imageobject> </mediaobject> </figure></para> </sect3> Oxygen XML Editor 13.2, build ...