Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 369 Bytes

About

This is an example that illustrates how Smooks can be used to apply a Java based transform on a message fragment.

See:

  1. The "Main" class in src/main/java/example/Main.java.
  2. The input message in input-message.xml.
  3. The code in the src/main/java folder tree (.java).
  4. smooks-config.xml.

How to run?

  1. mvn clean package
  2. mvn exec:exec