diff options
author | rh <rh@pkgsrc.org> | 2002-11-01 04:25:50 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-01 04:25:50 +0000 |
commit | c8187d25aa476449c9f2b1327c0a89f59066986a (patch) | |
tree | 9fa1f00f4f4abeeebf4383a7934ce7365d93d1cb /converters/bib2xml/DESCR | |
parent | 184d8d4fa57c00e747c83696f01f92bb664de1e2 (diff) | |
download | pkgsrc-c8187d25aa476449c9f2b1327c0a89f59066986a.tar.gz |
Initial import of bib2xml-20021006, a BibTeX to XML converter.
Diffstat (limited to 'converters/bib2xml/DESCR')
-rw-r--r-- | converters/bib2xml/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/bib2xml/DESCR b/converters/bib2xml/DESCR new file mode 100644 index 00000000000..63cb8b110d7 --- /dev/null +++ b/converters/bib2xml/DESCR @@ -0,0 +1,4 @@ +Bib2xml converts BibTeX to well formed xml. The package uses Greg Ward's +great btparse library. The output is a well-formed XML file that is +almost compatible with bibtexml (besides the order of elements and +elements that are not supported by bibtexml). It's a flat format, however. |