File: 2xml

package info (click to toggle)
installation-guide 20130503
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,568 kB
  • sloc: xml: 100,872; sh: 1,090; perl: 421; awk: 199; makefile: 112; python: 101
file content (7 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#!/bin/sh

# feed it sgml and it coughs up xml, pretty rough though.

sgmlnorm -mn $1 | sed -f 2xml2 > tmp.xml

sed '/<\/para>/{:a;N;/<para>/!ba;s/<\/para>\n*<para>/<\/para><para>/;}' tmp.xml | less