hello, i'd like to use NP++ to show xml files written that do not have a RETURN character after a closed tag. so the whole text file is written on a single line. if i open it with Internet Explorer it offers me the opportunity to fold the various elements, while np++ doesn't offer me this opportunity because its folding features aree based on the CRLF characters. i can achieve my needs by replaceing the > char with a > and a CRLF but it's also tricky in np++ due to regexp problems.
so i just say that i'd like a view like the one offered by internet explorer, for xml files.
does anyone else find it useful?
sonica
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, i'd like to use NP++ to show xml files written that do not have a RETURN character after a closed tag. so the whole text file is written on a single line. if i open it with Internet Explorer it offers me the opportunity to fold the various elements, while np++ doesn't offer me this opportunity because its folding features aree based on the CRLF characters. i can achieve my needs by replaceing the > char with a > and a CRLF but it's also tricky in np++ due to regexp problems.
so i just say that i'd like a view like the one offered by internet explorer, for xml files.
does anyone else find it useful?
sonica
found this feat in the xml plugin.
thanks anyway