Executing an XML with number of xls-transformations in sequence using Java Method -


i able succeed writing method 1 xml , 1 xsltranformation.

but requirement executing more 1 xsl transformations in sequence. i.e output of first transformation should used input of subsequent transformation,...something follows

public static string transformer(inputstream xml, list<inputstream> xsltinputstreamchain) {  } 

i not getting idea how can achieved. can me out


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -