17 May 2012 15:51
Different resource Definitions in Assembly File and Schema?
Thomas Schraitle <tom_schr <at> web.de>
2012-05-17 13:51:22 GMT
2012-05-17 13:51:22 GMT
Hi, currently I'm playing with the assemblies stylesheets from Bob and observed some discrepancies. When I disassemble an existing DocBook 5 book into topics with Bob's topic- maker-chunk.xsl[1] stylesheet, I get this structure in the "myassembly.xml" file: <assembly xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook"> <resources> <resource fileref="book.xml" xml:id="thebook"/> <resource fileref="preface.xml" xml:id="preface"> <description>Welcome!</description> </resource> <resource fileref="part-first.xml" xml:id="part-first"> <description>The first Part</description> </resource> <!-- ... --> </resources> <!-- <structure> pruned --> </assembly> Thanks to Bob, he puts the latest assembly schema into the schema/ directory[2]. The assembly schema, definies a resource element as follows: db.resource = db.file.resource | db.container.resource db.file.resource = ## Identifies an object managed within the assembly(Continue reading)
RSS Feed