Question
XML Formatting
I select "apply source formatting" in Dreamweaver for an XML
document and it indents the XML hiearchically, but it adds returns
so a string in an element is placed on its own line like this:
<some_string>
California
</some_string>
when I want it to be like this:
<some_string>California</some_string>
Anybody know how I can configure Dreamweaver to do this? Thanks.
<some_string>
California
</some_string>
when I want it to be like this:
<some_string>California</some_string>
Anybody know how I can configure Dreamweaver to do this? Thanks.
