- Notifications
You must be signed in to change notification settings - Fork1
Indoqa/indoqa-xml
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Indoqa XML provides pipeline-based XML processing and XML tools. It reuses parts ofApache Cocoon 3 (cocoon-pipeline, cocoon-pipeline-sax)and theCocoon XML subproject.
Stringresult =xmlPipeline() .of("<x></x>") .transformWithXSLT(this.getClass().getResource("/test.xslt")) .asXmlString();
Documentresult =xmlPipeline() .of("<x></x>") .transformWithXSLT(this.getClass().getResource("/test.xslt")) .asDocument();
About
XML pipelines and tools
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.