|
Examples
All examples are implemented using the DPML language:
- Simple Linear Pipeline [run] [view DPML] Get a resource, style it using XSLT and serialize it to HTML
- Mix SAX and DOM in one pipeline[run] [view DPML] Get a resource as SAX, process it as DOM, process it as SAX, then serialize to HTML
- Split Pipeline and Recombine[run] [view DPML] Get a resource process it two parallel pipelines, then recombine and perform implicit serialization to HTML
|