Skip to content

Commit caf210e

Browse files
committed
Update of README.md for release version 3.0
1 parent 75a0a1a commit caf210e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# XSLWeb
2-
###Web application framework for XSLT developers
3-
XSLWeb is an open source and free to use web development framework for XSLT developers. It is based on concepts similar to frameworks like [Cocoon](http://cocoon.apache.org/) and [Servlex](http://servlex.net/), but aims to be more easily accessible and pragmatic.
2+
### Web application framework for XSLT and XQuery developers
3+
XSLWeb is an open source and free to use web development framework for XSLT and XQuery developers. It is based on concepts similar to frameworks like [Cocoon](http://cocoon.apache.org/) and [Servlex](http://servlex.net/), but aims to be more easily accessible and pragmatic.
44

5-
Using XSLWeb, XSLT developers can develop both web applications (dynamic websites) and web services. In essence, an XSLWeb web application is a set of XSLT stylesheets that transform an XML representation of the HTTP request (the *Request XML*) to an XML representation of the HTTP response (the *Response XML*). Which specific XSLT stylesheet or pipeline of XSLT stylesheets must be executed for a particular HTTP request is governed by another XSLT stylesheet, the request dispatcher stylesheet.
5+
Using XSLWeb, XSLT/XQuery developers can develop both web applications (dynamic websites) and web services. In essence, an XSLWeb web application is one or more XSLT stylesheets or XQueries that transform an XML representation of the HTTP request (the *Request XML*) to an XML representation of the HTTP response (the *Response XML*). Which specific (pipeline of) XSLT stylesheet or XQueries must be executed for a particular HTTP request is governed by another XSLT stylesheet, the *Request Dispatcher stylesheet*.
66

77
After every XSLT transformation step, an optional validation pipeline step (XML Schema or Schematron) can be added to validate the result of the previous transformation step.
88

99
During transformations, data sources can be accessed using a built-in library of extension functions that provide HTTP communication (for example to consume REST or SOAP based web services), file and directory access, relational database access and so on.
1010

1111
The result of a pipeline can be serialized to XML, (X)HTML or plain text and using specific serializer pipeline steps to JSON, ZIP files, PDF, Postscript or RTF (using XSL:FO and Apache FOP).
1212

13-
See [Quick Start Guide](https://github.com/Armatiek/xslweb/blob/master/docs/XSLWeb_2_0_Quick_Start.pdf).
13+
See [Quick Start Guide](https://github.com/Armatiek/xslweb/blob/master/docs/XSLWeb_3_0_Quick_Start.pdf).
1414

1515
![XSLWeb HTTP request to response flow](https://raw.githubusercontent.com/Armatiek/xslweb/master/docs/xslweb_flow.png)

0 commit comments

Comments
 (0)