To install chidley, I did the following:

go get github.com/gnewton/chidley

This worked. However, issue on 

chidley -W xml/test1.xml > examples/test/ChildTest1.go

-bash: chidley: command not found

How do I fix this?

Thanks
On Thursday, August 28, 2014 at 7:33:27 AM UTC-4, Glen Newton wrote:
 

> chidley (https://github.com/gnewton/chidley) reads in XML and writes out 
> Go structs. It also can output a full Go program that - when compiled - 
> will convert the given original input XML file (and other XML files with 
> the same schema) to JSON or XML (useful for validation), or can give a 
> count of the unique XML elements in the input XML. 
>
> Please see the github page for usage,limitations and examples.
>
> chidley has been tested on large (>100GB: 
> https://dumps.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2)
>  
> XML, while keeping a resident memory size < 20MB.
> The generated code mentioned above also supports XML streaming decoding of 
> large files as described in 
> http://blog.davidsingleton.org/parsing-huge-xml-files-with-go/
>
> If you have any questions, suggestions, issues, please let me know or use 
> the issue tracker on github.
>
> Thanks,
>
> Glen Newton
> :-)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to