Page 1 of 1

"Format and Indent" problem?

Posted: Sun Oct 25, 2009 3:25 pm
by ssknet
HTML file make by Oxygen XML Editor, and click "Format and Indent" bottom.
Then, next line
<script type="text/javascript" src="./xxx.js"></script>
is change to
<script type="text/javascript" src=".xxx.js"/>
However, unfortunately not display any contents by browser Firefox 3.5.

Re: "Format and Indent" problem?

Posted: Mon Oct 26, 2009 12:42 pm
by sorin_ristache
Hello,

Select the option Expand empty elements from menu Options -> Preferences -> Editor -> Format XML for keeping the tags

Code: Select all

<script type="text/javascript" src="./xxx.js"></script>

Regards,
Sorin

Re: "Format and Indent" problem?

Posted: Mon Oct 26, 2009 2:49 pm
by ssknet
Thanks a lot.
I set "Expand empty elements". I am all rights.