[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Parsing XML file

dare ruby

11/26/2007 11:37:00 AM

Hi friends,

I have created a Buffer class with read, write and print methods. Now i
need to implement this class in my parser class. could any one help me
to do methods

def tag
end

def tag_end

end

def next!

end

def next_token

end

Please help me with your suggesstions and code

thanks in advance
--
Posted via http://www.ruby-....

3 Answers

Phrogz

11/26/2007 2:29:00 PM

0

On Nov 26, 4:36 am, Martin Durai <mar...@angleritech.com> wrote:
> Hi friends,
>
> I have created a Buffer class with read, write and print methods. Now i
> need to implement this class in my parser class. could any one help me
> to do methods

http://www.slash7...

Ron Fox

11/27/2007 1:26:00 PM

0

Probably so, but just in case maybe he should start with:
http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in...

and that's all I'm gonna write.

Phrogz wrote:
> On Nov 26, 4:36 am, Martin Durai <mar...@angleritech.com> wrote:
>> Hi friends,
>>
>> I have created a Buffer class with read, write and print methods. Now i
>> need to implement this class in my parser class. could any one help me
>> to do methods
>
> http://www.slash7...

MonkeeSage

11/27/2007 1:36:00 PM

0

On Nov 26, 8:29 am, Phrogz <phr...@mac.com> wrote:
> On Nov 26, 4:36 am, Martin Durai <mar...@angleritech.com> wrote:
>
> > Hi friends,
>
> > I have created a Buffer class with read, write and print methods. Now i
> > need to implement this class in my parser class. could any one help me
> > to do methods
>
> http://www.slash7...

Heh, yeah. But I can sympathize, because I also wish that other people
would randomly write me XML lexers. And give me lots of money. And
sandwhiches. That would be nice.

Regards,
Jordan