E-XML

From Erights

(Difference between revisions)
Jump to: navigation, search
(document existence of project)
(update repository link)
 
Line 1: Line 1:
-
An XML library for E, aiming to be the standard clean way to manipulate XML in E programs.
+
An XML library for E, aiming to be the standard clean way to manipulate XML in E programs. By [[User:Kevin Reid]].
-
Currently in development by [[User:Kevin Reid]].
+
Repository: https://github.com/kpreid/e-xml
-
 
+
-
Repository URL:  
+
-
git://switchb.org/e-xml
+
== Current state ==
== Current state ==
The library provides XML quasiliterals, indexing them by XPath expressions, and coercion of text and attribute values to strings. It does not provide any proper way to read or write an XML document, or construct XML fragments.
The library provides XML quasiliterals, indexing them by XPath expressions, and coercion of text and attribute values to strings. It does not provide any proper way to read or write an XML document, or construct XML fragments.
 +
 +
Development is currently on hold; the most recent roadblock was constructing an efficient implementation of immutable trees with XPath support.
== Discussion ==
== Discussion ==

Latest revision as of 18:42, 16 February 2012

An XML library for E, aiming to be the standard clean way to manipulate XML in E programs. By User:Kevin Reid.

Repository: https://github.com/kpreid/e-xml

Current state

The library provides XML quasiliterals, indexing them by XPath expressions, and coercion of text and attribute values to strings. It does not provide any proper way to read or write an XML document, or construct XML fragments.

Development is currently on hold; the most recent roadblock was constructing an efficient implementation of immutable trees with XPath support.

Discussion

XXX link e-lang archive messages from these dates:

 Oct 26 2009
 Jan 12 2010-continuing to Feb 17
 Mar 10 2010

Personal tools
more tools