﻿== Tool: SXML2XML
This is a command line tool to convert SXML document to XML document.
Implementation depends on YFramework::NPL. Currently namespace is not supported.

= Prerequisites
The source depends on YSLib b599.

= Source configuration
There is currently no configuration supported.

= Usage
The standard input stream is the input document.
Converted document would be in the standard output stream.
The program return nonzero value if any error occurred during conversion, otherwise zero.

