severity 510000 wishlist retitle 510000 Generated XML file is hard-to-read due to indentation thanks
Nicola, Such indentation is allowed by the XML standard, so if any of tools you use don't accept such XML, then probably your tools are broken. Downgrading to wishlist and retitling: this is not a RC-bug for sure. Proof that the such indentation is acceptable: [dotted...@frontier:~]1% xmllint --noout - <foo xmlns:h="about:blank" xmlns:f="about:blank"> <h:column> <f:facet name="header" >Name</f:facet> #{hot.name} </h:column> <h:column> <f:facet name="header" >Address</f:facet> #{hot.address} </h:column> <h:column> <f:facet name="header" >City, State</f:facet> </h:column> </foo> [dotted...@frontier:~]% echo $? 0 [dotted...@frontier:~]% -- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org