XML pipeline: Difference between revisions

Content deleted Content added
Rescuing 2 sources and tagging 0 as dead. #IABot (v1.1)
Line 70:
== History ==
 
* 1972 [[Douglas McIlroy]] of [[Bell Laboratories]] adds the pipe operator to the [[UNIX]] command shell. This allows the output from one shell program to go directly into input of another shell program without going to disk. This allowed programs such as the UNIX [[awk]] and [[sed]] to be specialized yet work together [http://www.cs.dartmouth.edu/~doug/].<ref>{{cite web|url=http://cm.bell-labs.com/cm/cs/who/dmr/hist.html |title=Early Unix history and evolution |publisher=Cm.bell-labs.com |date= |accessdate=2013-06-14 |deadurl=yes |archiveurl=https://web.archive.org/web/20150408054606/http://cm.bell-labs.com/cm/cs/who/dmr/hist.html |archivedate=April 8, 2015 }}</ref> For more details see [[Pipeline (Unix)]].
* 1993 [http://seanmcgrath.blogspot.com Sean McGrath] developed a C++ toolkit for [[SGML]] processing.<ref>{{cite web|url=http://xpipe.sourceforge.net/Articles/Miscellaneous/fog0000000020.html |title=FAQ |publisher=Xpipe.sourceforge.net |date=2001-12-09 |accessdate=2013-06-14}}</ref>
* 1998 [[Stefano Mazzocchi]] releases the first version of [[Apache Cocoon]], one of the first software programs to use XML pipelines.
Line 118:
* [http://xproc.org/ Norman Walsh's XProc web site] - Norman Walsh is the chair of the W3C XProc standards committee.
* [http://yax.sourceforge.net/ yax - an XProc Implementation] currently with commandline and Apache ant interface
* [http://web.archive.org/web/20070209060027/http://pipes.yahoo.com:80/ Yahoo! Pipes] let's users create multi-source data mashups in a web-based visual environment
* [http://www.xmlsh.org xmlsh] A shell for manipulating xml based on the unix shells. Supports in-process multithreaded xml and text processing pipelines.
* [http://www.gerixsoft.com/blog/xslt/xml-pipeline-xslt] How to implement XML Pipeline in XSLT