[web2py] Re: PunchOut cXML system with web2py

2013-08-01 Thread Niphlod
http://lxml.de/ is the place. On Thursday, August 1, 2013 3:05:17 PM UTC+2, Willoughby wrote: > > Thanks Niphlod. I appreciate your insight AND all you do for web2py! > I'll check out lxml - I don't think I ran across that during my searching. > > On Wednesday, July 31, 2013 3:18:09 PM UTC-4, Nip

[web2py] Re: PunchOut cXML system with web2py

2013-08-01 Thread Willoughby
Thanks Niphlod. I appreciate your insight AND all you do for web2py! I'll check out lxml - I don't think I ran across that during my searching. On Wednesday, July 31, 2013 3:18:09 PM UTC-4, Niphlod wrote: > > unfortunately my experience is only with edi parsers that are much harder > to build th

[web2py] Re: PunchOut cXML system with web2py

2013-07-31 Thread Niphlod
unfortunately my experience is only with edi parsers that are much harder to build than the cxml counterparts. A quick search on google reveals only one pretty old module to deal with cxml, but it looks like a very thin wrapper on top of standard xml parsing libraries. However, I sweated a lot