> this is true for jade / OpenJade > but some XSLT processors might be more picky about standard conformance
Jade has even not complained for entities written as &entityname without any ; at the end... > i want to convert the function reference files to docbook 4 > > i want to use XSLT to do so as this requires converting the current > <funcsynopsis> structure to <methodsynopsis> which i definetly won't > do by hand > > its easier to do this by transforming single files then by working > on the complete manual so i need complete valid <?xml headers in > every file under a function directory > (sablotron won't accept input files without version attribute) > > so as i have to add version attributes for my private use anyway, > why shouldn't i publish the modified files? Go on with it (it is all right for me). Do you use XSLT style sheets to convert them to DocBook 4? IMHO that would work for many cases. Goba