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. russ.paie...@gmail.com wrote: On Jan 23, 4:57 am, Bruno Desthuilliers bruno. 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

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 : mosaic class name hello method name=call type=void...(not able to parse this)

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

2006-12-19 Thread Divya Prakash
this 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 import javax.xml.parsers infilename = open(mos.xml,r) print

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 --

RE:

2006-12-18 Thread Divya Prakash
- 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, attributes name's type's

[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 --