2005年07月25日 星期一 10:33
ANTLR for python http://www.antlr.org/doc/python-runtime.html On 7/24/05, Wang Kebo <mep_ at 163.com> wrote: > > Hi,all > 哪里可以找到现成的XMI(XML MetaModel Interchange) Parser?我从Google上找到一些项目带有XMI > Parser, > 但都和项目的其他部分有复杂的依赖关系,将XMI Parser从其中取出来的工作量较大(可能还不如自己写:))。 > 如果没有现成的XMI Parser,那么有没有类似于Java中的XML Data Binding的Python工具包,可以由XML DTD > 或者XML Schema生成XML Parser的Python代码。这样也比较省事:) > > TIA > > __ > Best Regards, > > Kebo Wang > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- simple is good
2005年07月25日 星期一 10:42
是的是的,大家社区内分享一下子就行啦 看来Google不到也是好事情呀,呵 -----原始邮件----- 发件人: python-cn at googlegroups.com [mailto:python-cn at googlegroups.com]代 表 Zoom Quiet 发送时间: 2005年7月25日 10:38 收件人: python-chinese at lists.python.cn; Python.cn at google 主题: Re: 答复: [python-chinese] 大家早上好啊!请问网络上有没有《Python Programming on Win32》这本书的电子版本,麻烦告诉一下网址,谢谢! 不过,不要宣传哪!!毕竟是啄木鸟内部资料, 要是被什么软件下载站点给链接上了,服务器就不知道是否答应了,要是罢工,咱们谁也没有办法………… 在 05-7-25,Liming_Do<Liming_Do at smics.com> 写道: > 不客气,到http://www.woodpecker.org.cn/share/doc/ 这个下面找找吧,好东西巨多 > 都是管理员为了方便社区的成员放上去的 > > -----原始邮件----- > 发件人: python-chinese-bounces at lists.python.cn > [mailto:python-chinese-bounces at lists.python.cn]代表 xu.shengyong > 发送时间: 2005年7月25日 10:18 > 收件人: python-chinese at lists.python.cn > 主题: Re: [python-chinese] 大家早上好啊!请问网络上有没有《Python > Programming on Win32》这本书的电子版本,麻烦告诉一下网址,谢谢! > > > 多谢 Liming_Do ! > > 我在网上找了很长时间了。踏破铁鞋无觅处,得来全不费功夫,:) > > > > ----- Original Message ----- > From: "Liming_Do" <Liming_Do at smics.com> > To: <python-chinese at lists.python.cn> > Sent: Monday, July 25, 2005 9:37 AM > Subject: 答复: [python-chinese] 大家早上好啊!请问网络上有没有《Python Programming on Win32》这本书的电子版本,麻烦告诉一下网址,谢谢! > > > 社区早就有人共享出来了,里面有你需要的是这本吧 > http://www.woodpecker.org.cn/share/doc/Python/OReilly%20-%20Python%20Programming%20on%20Win32%20%5bmiex.org%5d.chm > > -----原始邮件----- > 发件人: python-chinese-bounces at lists.python.cn > [mailto:python-chinese-bounces at lists.python.cn]代表 xu.shengyong > 发送时间: 2005年7月25日 9:23 > 收件人: python-chinese at lists.python.cn > 主题: Re: [python-chinese] 大家早上好啊!请问网络上有没有《Python > Programming on Win32》这本书的电子版本,麻烦告诉一下网址,谢谢! > > > 我google了一下,好象没有电子版可以看的, :( > > ----- Original Message ----- > From: "fei" <feiyafei at gmail.com> > To: <python-chinese at lists.python.cn> > Sent: Monday, July 25, 2005 9:01 AM > Subject: Re: [python-chinese] 大家早上好啊!请问网络上有没有《Python Programming on Win32》这本书的电子版本,麻烦告诉一下网址,谢谢! > > > > 这本书肯定有,自己找找就是了。另外一本类似的书籍: > > Python.Programming.on.MS.Windows.在emule可以下载到 > > > > > > > > > > xu.shengyong 写道: > > > >>------------------------------------------------------------------------ > >> > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > >> > >> > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- [Time is unimportant, only life important!]
2005年07月25日 星期一 10:57
Thanks. Antlr还是复杂了一些,它的LL(K)在调试的时候,没有扎实的基本功很困难,比Yacc 要求高些 我还是基于XML的Parser来做吧。 __ Best Regards, Kebo Wang >-----Original Message----- >From: python-chinese-bounces at lists.python.cn >[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Bruce Wang >Sent: Monday, July 25, 2005 10:33 AM >To: python-chinese at lists.python.cn >Subject: Re: [python-chinese] Python XMI Parser? > > ANTLR for python >http://www.antlr.org/doc/python-runtime.html > >On 7/24/05, Wang Kebo <mep_ at 163.com> wrote: >> >> Hi,all >> 哪里可以找到现成的XMI(XML MetaModel Interchange) >> Parser?我从Google上找到一些项目带有XMI >> Parser, >> 但都和项目的其他部分有复杂的依赖关系,将XMI Parser从其中取出来的工作量较 大(可能还不如自己写:))。 >> 如果没有现成的XMI Parser,那么有没有类似于Java中的XML Data >Binding的Python工具包,可以由XML >> DTD >> 或者XML Schema生成XML Parser的Python代码。这样也比较省事:) >> >> TIA >> >> __ >> Best Regards, >> >> Kebo Wang >> >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> >> > > >-- >simple is good >
Zeuux © 2025
京ICP备05028076号