A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group.
* Designed to integrate well with Redland
* Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping.
* Generates N-Triples supporting XML literals, language tagging and datatypes
* Parses content on the web if libcurl or libxml2 is available.
* Handles rdf:resource / resource attributes
* Uses expat and/or (GNOME) libxml XML parsers as available or required
* Optional features can be selected at run time.
* (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland)
* No memory leaks
* Fast
Ok'ed by wiz@
= CHANGES
:0.6.13
* now tabs are expanded into spaces.
* removed <p> for TextBlock in DescListItem when the TextBlock is only
element of ListItem.
* a line of `---\n' are now regarded as Verbatim (or TextBlock).
* changed style of HTML anchors from `label:' to `label-'.
* fixed rd2man for better support of multiple paragraphs.
* fixed some bugs.
:0.6.12
* fixed some bugs.
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
Changes:
Version 1.0
August 8, 2003
---------------
- two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and
SAB_NO_EXTERNAL_ENTITIES (0x80) added
- nested xsl:attribute reported as error
- > is always escaped to prevent problems with CDATA end
- new configurable set of makefiles for Windows MSVC++ has been
created to replace existing Makefile.nt file
[by Rosimildo daSilva, patch by Bob Kline]
- fixed a type comparison failing on arm, powerpc and s390
[reported by Debian maintainers]
- fixed a bug of default NS in imported/included templates
- fixed a segfault in keys defined on empty nodes
[reported by Simon Spanihel]
- minor changes to compile under QNX 6.2
[patch by Adrian Weiler]
- fixed a bug of nested imports [reported by Dave Brooks]
- fixed a bug of UTF-16 encoded files on Win
[reported by Andrey Sokolov]
- fixed a bug of defenition check in shandler.h for Borland
compilers [reported by Vladimir Lukianov]
- fixed a bug of crashing sorting on Windows
- fixed a bug of crashing key() on RTF
[reported by Valeriy Ovechkin]
- solved the issue of too many files open with exsl:document
- fixed a bug of casting of 64-bit pointers to (int)
[patch by Steve Crockett]
- fixed a bug absolute paths starting with a drive letter on
Windows (unsupported scheme is reported)
- fixed a bug of SDOM_DestroyDocument
Version 0.98
April 7, 2003
-------------
- added stylesheet chaining to sabcmd [by Stefan Behnel]
- changes in XML::Sablotron (new layout, added DOMHandler SXP
interface) [by Nicolas Trebst and Anselm Kruis]
- fixed a bug of variables bound for SXP queries
- fixed a bug of the self axis (principal node type)
- fix for Metrowerks C/C++ compiler [suggested by Tim Crook]
- fixed a bug of forbidden XPath (child::xxx@yyy)
- configuration fixes (APIDOC docs are built only when
Perl/XML::Parser found)
- fixed defaults for xsl:number
- fixed a bug of required order of top-level variables
- fixes in the outputting of NS declarations
- fixes in the import precedence [report by Roy Huggins]
- added a new config switch for sabcmd to abort on XSLT error
(--enable-abort-on-error)
- fixed a bug in namespace-alias
- fixed segfault occurring when formating big numbers (>1e127)
- fixed comparison of char to 0 for unsigned-char platforms
Version 0.97
December 30, 2002
-----------------
- fixed the problem with Expat 1.95.5
- fixed a bug in xsl:message [report by Bob Kline]
- fixed an infinite loop bug in recursive imports
[report by Michael Vladimirov]
- added SablotGetOptions() function
- added a new option (SAB_FILES_TO_HANDLER) to pass the 'file'
URIs to the scheme handler
- fixed collisions with PHP/Java extension, Arena* renamed to
SabArena [suggested by Christian Stocker]
- mapping of namespaces added to xql() function (DOM)
- chars illegal in output encoding displayed as references
(for xml, html, xhtml output methods)
- fixed resolution of relative URIs in document()
- fixed a bug of not overridden imported parameters
- documentation sources (APIDOC XML) added to distribution
Closes my own PR pkg/22603.
Changes:
1.0.32: Aug 9 2003:
- bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT
function (William Brack), RVT for globals (William Brack), EXSLT date
(William Brack),
speed of large text output, xsl:copy with attributes, strip-space and
namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun
McCance), EXSLT:seconds (William Brack), sort with multiple keys (William
Brack), checking of { and } for attribute value templates (William
Brack)
- Python bindings for extension elements (Sean Treadway)
- EXSLT:split added (Shaun McCance)
- portability fixes for HP-UX/Solaris/IRIX (William Brack)
- doc cleanup
Closes my own PR pkg/22609.
Changes:
2.5.10: Aug 15 2003:
A bugfixes only release - Windows Makefiles (William Brack)
- UTF-16 support fixes (Mark Itzcovitz)
- Makefile and portability (William Brack) automake, Linux alpha, Mingw
on Windows (Mikhail Grushinskiy)
- HTML parser (Oliver Stoeneberg)
- XInclude performance problem reported by Kevin Ruscoe
- XML parser performance problem reported by Grant Goodale
- xmlSAXParseDTD() bug fix from Malcolm Tredinnick
- and a couple other cleanup
2.5.9: Aug 9 2003:
- bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
(Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading
(Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
xmlReader, Relax-NG schemas compilation, namespace handling, EXSLT (Sean
Griffin), HTML parsing problem (William Brack), DTD validation for mixed
content + namespaces, HTML serialization, library initialization,
progressive HTML parser
- better interfaces for Relax-NG error handling (Joachim Bauch, )
- adding xmlXIncludeProcessTree() for XInclud'ing in a subtree
- doc fixes and improvements (John Fleck)
- configure flag for -with-fexceptions when embedding in C++
- couple of new UTF-8 helper functions (William Brack)
- general encoding cleanup + ISO-8859-x without iconv (Peter Jacobi)
- xmlTextReader cleanup + enum for node types (Bjorn Reese)
- general compilation/warning cleanup Solaris/HP-UX/... (William
Brack)
Various fixes including:
* Fix grepping of standard input.
* Fix -Z.
* Correctly determine whether to output filenames when only one argument.
* Make output with -A,-B,-C flags consistent with GNU grep.
textproc/nbgrep.
This version of grep is based on Jamie Howard's and Dag-Erling
Coidan Smorgrav's grep. It is being developed for inclusion in
NetBSD in the NetBSD othersrc module.
Originally in pkgsrc-wip. Obsoletes textproc/bsdgrep.
The 'inline' keyword is a nonstandard extension of GCC, AFAIK.
MipsPro does not like it, so remove it.
Add fgetln prototype ifndef HAVE_FGETLN.
This makes this compile on Irix with the MipsPro Compiler as well as gcc.
- Fixed .xam support (Abel Cheung)
- Fixed intltool-update, it's not usable with 0.27 :-( (Carlos Perelló Marín)
- intltool-update -m tells you about files that are at POTFILES.in but does not
exists anymore (Abel Cheung)
- Small scheme support fixes (Callum McKenzie)
- Added support for .lang files (Gustavo Giraldez)
- Added support for .xam files (Abel Cheung)
- Updated I18N-HOWTO (Kenneth, Bruno Haible)
- Updated all manual pages and command help (Abel Cheung)
- Improved the package name detection code (Abel Cheung)
- better .server files handling (Abel Cheung)
- source code with non-ASCII chars support with
GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín)
- intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
This program makes PNG graphics from DVI files as obtained from
TeX and its relatives.
It is intended to produce anti-aliased screen-resolution images as
fast as is possible. The target audience is people who need to
generate and regenerate many images again and again. The primary
target is the preview-latex (X)Emacs package, a package to preview
formulas from within (X)Emacs. Yes, you get to see your formulas
in the (X)Emacs buffer, see `http://preview-latex.sf.net'.
Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
instant feedback as to whether or not their answers are correct,
see `http://webwork.math.rochester.edu'.
Other applications may also benefit, like web applications as
latex2html and WYSIWYG editors like LyX.
changes:
* New convenience classes in the xml.ns module:
ClosedNamespace, OpenNamespace.
* The symbol "_" is no longer inserted into the built-in
namespace via the gettext module; I18N support is no longer
invasive.
* expatreader now implements feature_namespace_prefixes.
* drv_xmlproc now supports EntityResolvers that return system IDs.
+bugfixes