Re: [xmlblaster] build dist-client

2004-03-08 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: Hello, I built a distribution with build.sh dist-client and I found out that the concurrent.jar is needed for socket protocol. Hoi Meinrad, build dist-client java -cp ./dist-client/lib/xmlBlasterClient.jar HelloWorld3 -protocol SOCKET works out of the box here for xml

[xmlblaster] Which XPathFilter is used

2004-03-08 Thread Stefan Lischke
Hi there, I'm just wondering which XML Filter technique is used within xmlBlaster. You guys use FSM (finite state machines) like used in XFilter or YFilter or you have your own way? Can I filter with the XPath 1.0 compliant expressions or is it reduced to a subset of XPath (without some axes).

[xmlblaster] build dist-client

2004-03-08 Thread [EMAIL PROTECTED]
Hello, I built a distribution with build.sh dist-client and I found out that the concurrent.jar is needed for socket protocol. I added in my build.xml file following line: : : : : Is this correct? regards Meinrad