Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

XML Formatting

Explorer ,
Jan 18, 2007 Jan 18, 2007
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.
TOPICS
Server side applications
448
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 18, 2007 Jan 18, 2007
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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 18, 2007 Jan 18, 2007
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines