All Projects → Armatiek → xslweb

Armatiek / xslweb

Licence: Apache-2.0 license
Web application framework for XSLT and XQuery developers

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
XSLT
1337 projects
CSS
56736 projects
XQuery
69 projects

Projects that are alternatives of or similar to xslweb

xrechnung-visualization
XSL transformators for web and pdf rendering of German CIUS XRechnung or EN16931-1:2017 [MIRROR OF GitLab]
Stars: ✭ 26 (-33.33%)
Mutual labels:  xsd, xml-schema, xsl
jgeXml
The Just-Good-Enough XML Toolkit
Stars: ✭ 20 (-48.72%)
Mutual labels:  xsd, xml-schema
Transmogrifai
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
Stars: ✭ 2,084 (+5243.59%)
Mutual labels:  transformations, pipelines
xsd-reader
Pure PHP XSD Reader (XML Schema)
Stars: ✭ 45 (+15.38%)
Mutual labels:  xsd, xml-schema
jsons2xsd
Highly configurable converter from JSON-schema to XML-schema (XSD).
Stars: ✭ 65 (+66.67%)
Mutual labels:  xsd, xml-schema
xml-lint
A php tool to lint and validate xml files from the commandline.
Stars: ✭ 14 (-64.1%)
Mutual labels:  xsd, xml-schema
qsiprep
Preprocessing and reconstruction of diffusion MRI
Stars: ✭ 94 (+141.03%)
Mutual labels:  pipelines
aws-customer-churn-pipeline
An End to End Customer Churn Prediction solution using AWS services.
Stars: ✭ 30 (-23.08%)
Mutual labels:  pipelines
myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-51.28%)
Mutual labels:  pipelines
online-resume
Programmers Online Resume Website Jekyll Theme Check Live Preview @
Stars: ✭ 47 (+20.51%)
Mutual labels:  web-development
awesome-software-dev
🔥 💯 📖 Curated list of documentation, plugins, links and more for software developers 📖
Stars: ✭ 23 (-41.03%)
Mutual labels:  web-development
Coding-Ninjas-Full-Stack-Web-Development
It contains all the files I created during the MERN full stack web development course with coding ninjas
Stars: ✭ 108 (+176.92%)
Mutual labels:  web-development
ember-cli-amd
Ember CLI Addon for using AMD libraries
Stars: ✭ 21 (-46.15%)
Mutual labels:  web-development
devops-101
Intro to DevOps from scratch.
Stars: ✭ 57 (+46.15%)
Mutual labels:  pipelines
arabic-programming-blogs
أهم المدونات والمصادر العربية لتعلم البرمجة وتطوير الويب
Stars: ✭ 41 (+5.13%)
Mutual labels:  web-development
mleap
R Interface to MLeap
Stars: ✭ 24 (-38.46%)
Mutual labels:  pipelines
JayantGoel001
JayantGoel001's profile with 74 stars ⭐ and 91 forks 🎉.
Stars: ✭ 74 (+89.74%)
Mutual labels:  web-development
wtm-udacity-scholars-nanodegree-resources
A List of Resources for Udacity Nanodegrees
Stars: ✭ 15 (-61.54%)
Mutual labels:  web-development
jrecordbind
Tiny and super fast fixed-length files reader/parser
Stars: ✭ 29 (-25.64%)
Mutual labels:  xml-schema
ChRIS ultron backEnd
Backend for ChRIS
Stars: ✭ 28 (-28.21%)
Mutual labels:  pipelines

XSLWeb

Web application framework for XSLT and XQuery developers

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 and Servlex, but aims to be more easily accessible and pragmatic.

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.

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.

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.

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).

See Developer Manual.

XSLWeb HTTP request to response flow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].