Go to http://search.cpan.org/ and type "XML" into the search box.  There
are a whole bunch of XML modules that will make your life much easier.

In general, "go to CPAN and look for a module" is the answer to most
problems in Perl...the number of modules is HUGE, and no matter what you
need, there is probably a module that can help.  Always check CPAN before
writing it yourself.

Dave


On Thu, 18 Oct 2001, Trent A Stephens wrote:

> I (a beginner in Perl) am looking for guidance on XML and Perl.  I am
> having to read in an XML file, parse it for specific information (MIME
> type, attributes and values), write the attributes/values to a hash (I am
> assuming) and then use win32::OLE to persist the attribute/vlaues to the
> custom properties of a Word or Excel document.
> Also it would be nice to beable to determine the number of attribute/value
> pairs in the XML file so as to presize the hash table.
> Are there any example out there or code I can use to get a good start to
> speed up my learning curve? There is a slight time constraint I am working
> with.  
> 
> Thanks in advance
> 
> Trent
> 
> 
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to