Use proper frameworks for building dlang.org

via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 20 01:11:07 PST 2015


An alternative is to create a good D wrapper for Zorba. I haven't 
tried Zorba myself, but it provides XQuery3/JSONiq support and is 
written to be embeddable (C++/C).

XQuery FLWOR expressions might work out ok combined with caching. 
FLWOR is supposedly easier for many programmers than XSLT and 
provides roughly the same expressive power. Both XQuery and XSLT 
are declarative languages and XPath based.

http://www.zorba.io/
http://www.jsoniq.org/

D badly needs to show support for XML infrastructure to be taken 
seriously.


More information about the Digitalmars-d mailing list