Re: Does Python really follow its philosophy of "Readability counts"?

2009-01-23 Thread Divya Prakash
Hello thats excellant !! On 1/23/09, Russ P. wrote: > > On Jan 23, 4:57 am, Bruno Desthuilliers 42.desthuilli...@websiteburo.invalid> wrote: > > Russ P. a écrit : > > > > As I said before, if you have the source code you can always change > > > private attributes to public in a pinch if the lan

FW: [Jython-users] ERROR : parsing xml in jython

2006-12-19 Thread Divya Prakash
helps Matthias Divya Prakash schrieb: > Hi All, > > > > I m facing the problem while parsing xml file .. > > > > My code is :- > > > > > > import sys > > from org.apache.xerces.parsers import DOMParser as dp &

getting subchild of a tree through xerces

2006-12-19 Thread Divya Prakash
Hi I m able to parse xml file using xerces as well as JAXP but I am unable to parse the sub- child of my tree Eg : ...(not able to parse this)

RE:

2006-12-18 Thread Divya Prakash
Original Message- From: Gabriel Genellina [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 6:21 AM To: Divya Prakash Cc: python-list@python.org Subject: Re: At Monday 18/12/2006 03:34, Divya Prakash wrote: > I would like to parse java files and detect class name's,

creating generic class

2006-12-18 Thread Divya Prakash
Hi, I want to create a generic class to convert ". java " file into xml file (validated against xsd / dtd). What is the best approach to do this with jython or python ? Regards Divya -- http://mail.python.org/mailman/listinfo/python

[no subject]

2006-12-17 Thread Divya Prakash
Hello , I would like to parse java files and detect class name's, attributes name's type's and visibility (and or list of methods). Is there any module who can parse easily a java file using jython? Regards Divya -- http://mail.python.org/mailman/listinfo/python-li