The XPathXmlStringWriter component writes XML formatted data using XPath rules, and is used with the FileSink component. Associate the AsapSource component, which reads data from the Server and passes it to FileSink, with the FileSink component, which writes out the XML data using XPathXmlStringWriter.
- Start Event Stream Processor.
Operating System |
Step |
UNIX |
Open a terminal window: - Start the example
cluster:
start_server_cluster.sh
- Start the project on the cluster:
start_project.sh
|
Windows |
Open a command window:- Start the example cluster:
start_server_cluster.bat
- Add project to the cluster, and start it on the
cluster:
start_project.bat
|
- Start esp_subscriber to
subscribe to the project that is running on the cluster.
Operating System |
Step |
UNIX |
Open a terminal window and enter: ./esp-subscribe.sh
|
Windows |
Open a command window and enter: esp-subscribe.bat
|
- Start the AsapSource and FileSink (with XPathXmlStringWriter) components.
Operating System |
Step |
UNIX |
Open a terminal window and enter: ./XPathXmlStringWriter.sh
|
Windows |
Open a command window and enter: XPathXmlStringWriter.bat
|
Data from the insert.xml file publishes to the Server.