spring-projects / spring-projects/spring-integration

XSLT Chain improvement [INT-675]

Open
#4,685 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: xml status: waiting-for-triage
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:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.