Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

XML pipelines and tools

License

NotificationsYou must be signed in to change notification settings

Indoqa/indoqa-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Pipeline DSL

Transform XML and get an XML string

Stringresult =xmlPipeline()    .of("<x></x>")    .transformWithXSLT(this.getClass().getResource("/test.xslt"))    .asXmlString();

Transform XML and get a DOM document

Documentresult =xmlPipeline()    .of("<x></x>")    .transformWithXSLT(this.getClass().getResource("/test.xslt"))    .asDocument();

About

XML pipelines and tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp