Hi,

Is it possible to define a stylesheet with one pattern and multiple actions?

I want to process my xml document in stages, applying one rule at a
time. This because I do changes in the first steps, that later steps
may be dependent of.

rule1 = new Rule(new XPathPattern("//node", MyAction() );
rule2 = new Rule(new XPathPattern("//node", MyOtherAction() );


Thanks in advance,
Rohnny

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to