File: BUGS

package info (click to toggle)
xmlindent 0.2.18-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: ansic: 625; yacc: 63; makefile: 29; xml: 22
file content (8 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
	BUGS

The current version has the following known bugs and limitations:

  - Attributes inside start-tags and empty element tags are not indented.
  - The scanner trips over on characters that are not part of 7-bit ASCII
    (ISO-8859-1 and UTF-8, for example, don't work correctly).
  - Comments are not formatted.