https://bz.apache.org/bugzilla/show_bug.cgi?id=60027

--- Comment #9 from Dominique Devienne <[email protected]> ---
FWIW, I strongly dislike the <arg partN="..."> route.

That's a "can't have a schema" approach that's just bad XML IMHO.
<arg><part>...</part><part>...</part>...</arg> or simply <arg> [several lines]
</arg> with a custom "line joiner" (e.g. ignore leading/trailing spaces and
join them with ; in the OP's case) is the "proper" XML way IMHO.

The fact Ant has DynamicAttribute (for a different purpose IMHO) is not reason
enough to abuse Ant's introspection mechanisms.

If you can't write an DTD or XSD for the XML, it's bad XML in my book.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to