spring-projects / spring-projects/spring-integration
XSLT Chain improvement [INT-675]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 1.2k
- Avg merge
- 17h 48m
- Merged PRs (30d)
- 62
Description
Sebastien Chatel opened INT-675 and commented
Allows chained XSL Transformations, and minimize memory footprint by using a SAX filter chain.
It can be achieve with a javax.xml.transform.sax.TransformerHandler.
We can extend this to all other XML Transformations (XPath, XQuery, custom XMLFilter, FOP ...).
Affects: 1.0.2
Reference URL: http://forum.springsource.org/showthread.php?s=4f72efe116e8721864c3080448ab4c4c&p=246666
Attachments:
- xslt-chained-poc.zip (5.62 kB)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the attached xslt-chained-poc.zip and the javax.xml.transform.sax.TransformerHandler approach described in the issue. Determine how chained XSLT transformations and the proposed XPath, XQuery, custom XMLFilter, and FOP extensions fit the project; done means supporting chained transformations while reducing memory use through a SAX filter chain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100