Re: [libxml-devel] Default attributes and DTDs

2008-01-14 Thread Dan Janowski
I'm not sure if this is a missing feature or a bug, but please register a feature request and include attachments, scripts and commands that you expect to work with an explicit illustration of what is missing and what it should look like. I am unfamiliar with the DTD handling, so the illust

[libxml-devel] Default attributes and DTDs

2008-01-13 Thread GlennNZ
>From looking at the api I'm guessing that the xmllib ruby bindings can't as of yet insert default attributes as defined in the dtd. i.e. the xmllint command: xmllint test.xml --dtdattr outputs the test.xml file with all the missing default attributes. Currently our solution is to re parse the ou