Re: XML::Parser

[email protected] (Terrence Brannon) Thu, 29 Jul 2004 09:37:50 -0400
Newsgroups perl.scripts
Message-ID <[email protected]>
--------------090204000202040605080705
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit



Abhishek Dave wrote:

> Hello All,
>   i am new to use XML::Parser module and i want to start with some 
> simple program .

There are several useful modules built on top of XML::Parser.

I recommend XML::TreeBuilder:

    
http://search.cpan.org/author/SBURKE/XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm

>  Any one , who knows how to use this module.
> any helpful sample codes.

Why dont you ask at www.perlmonks.org

>  
> Thanks in Advance.
> Abhishek 


-- 
  (let recur ((lis x) (k k)) 
    (if (zero? k) (values '() lis) 
	(receive (prefix suffix) (recur (cdr lis) (- k 1)) 
	  (values (cons (car lis) prefix) suffix))))) 


--------------090204000202040605080705
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Abhishek Dave wrote:
<blockquote cite="mid029f01c47564$2c726390$0d01a8c0@SYS013" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2600.0" name="GENERATOR">
  <style></style>
  <div>
  <div>Hello All,</div>
  <div>&nbsp; i am new to use <a class="moz-txt-link-freetext" href="XML::Parser">XML::Parser</a> module and i want to start with
some simple&nbsp;program .</div>
  </div>
</blockquote>
There are several useful modules built on top of <a class="moz-txt-link-freetext" href="XML::Parser">XML::Parser</a>.<br>
<br>
I recommend <a class="moz-txt-link-freetext" href="XML::TreeBuilder:">XML::TreeBuilder:</a><br>
<br>
&nbsp;&nbsp;&nbsp;
<a class="moz-txt-link-freetext" href="http://search.cpan.org/author/SBURKE/XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm">http://search.cpan.org/author/SBURKE/XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm</a><br>
<blockquote cite="mid029f01c47564$2c726390$0d01a8c0@SYS013" type="cite">
  <div>
  <div>&nbsp;Any one , who knows how to use this module.</div>
  <div>any helpful sample codes.</div>
  </div>
</blockquote>
Why dont you ask at <a class="moz-txt-link-abbreviated" href="http://www.perlmonks.org">www.perlmonks.org</a><br>
<blockquote cite="mid029f01c47564$2c726390$0d01a8c0@SYS013" type="cite">
  <div>
  <div>&nbsp;</div>
  <div>Thanks in&nbsp;Advance.</div>
  <div>Abhishek&nbsp;</div>
  </div>
</blockquote>
<br>
<pre class="moz-signature" cols="80">-- 
  (let recur ((lis x) (k k)) 
    (if (zero? k) (values '() lis) 
	(receive (prefix suffix) (recur (cdr lis) (- k 1)) 
	  (values (cons (car lis) prefix) suffix))))) </pre>
</body>
</html>

--------------090204000202040605080705--