Packages

XML parser. Supports SAX style parsing as well as XML Schema based data mapping: create records from XML (and vice versa)

Current section

Files

Jump to
erlsom priv extension Makefile
Raw

priv/extension/Makefile

all: validate
validate:
@xmllint --noout --schema extension.xsd extension.xml
@xmllint --noout --schema simpleContentExtension.xsd simpleContentExtension.xml