Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

About this example

This is an example that illustrates the use
of the YAML reader within Smooks

The following features are demonstrated:
  - Whitespace replacement
  - Element name replacement
  - Anchor and alias resolving (by default an anchor is referred to instead of resolved)

See the smooks-config.xml for inline comments.

See:
    1. The "Main" class in src/main/java/example/Main.java.
    2. The input message in input-message.jsn.
    3. smooks-config.xml.

How to Run?

Requirements:
    1. JDK 1.5
    2. Maven 2.x (http://maven.apache.org/download.html)

Running:
    1. "mvn clean install"
    2. "mvn exec:java"