[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#510000: Generated XML file containing XML exemple code contain bad indented code



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:

[dottedmag@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>
[dottedmag@frontier:~]% echo $?
0
[dottedmag@frontier:~]% 


-- 



Reply to: