0
XML Formatting
Explorer
,
/t5/dreamweaver-discussions/xml-formatting/td-p/674196
Jan 18, 2007
Jan 18, 2007
Copy link to clipboard
Copied
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.
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/xml-formatting/m-p/674197#M145600
Jan 18, 2007
Jan 18, 2007
Copy link to clipboard
Copied
dbenman wrote:
> when I want it to be like this:
>
> <some_string>California</some_string>
>
> Anybody know how I can configure Dreamweaver to do this? Thanks.
You can't. Tell the Dreamweaver team that source formatting for XML
needs to be fixed by filing a bug report/enhancement request.
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
> when I want it to be like this:
>
> <some_string>California</some_string>
>
> Anybody know how I can configure Dreamweaver to do this? Thanks.
You can't. Tell the Dreamweaver team that source formatting for XML
needs to be fixed by filing a bug report/enhancement request.
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
davedev066
AUTHOR
Explorer
,
LATEST
/t5/dreamweaver-discussions/xml-formatting/m-p/674198#M145601
Jan 18, 2007
Jan 18, 2007
Copy link to clipboard
Copied
Thanks for the reply. Its kinda funny because when I tested
the formatting to post this, I was on my old Dreamweaver 4 at home
which formats it just the way I wanted it. So much for
progress.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

