Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Created August 26, 2011 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcusfelis/1172897 to your computer and use it in GitHub Desktop.
Save arcusfelis/1172897 to your computer and use it in GitHub Desktop.
Test console
{ok, TB} = file:read_file("test.xml").
{ok, TM} = erlsom:compile_xsd_file("test.xsd").
erlsom:scan(TB, TM).
{error,[{exception,{error,"Missing element before end-tag: ldml"}},
{stack,[ldml]},
{received,{endElement,[],"ldml",[]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment