Re: XMLParser and Perl

2001-10-18 Thread Trent A Stephens

I too (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]




Re: XMLParser and Perl

2001-10-18 Thread Art Saucedo

Dear Evangelical Staff,

We here at Loyola are trying to develop a uPortal Site(test-mode), which requires IBM 
XML Parser for IBM Java2-SDK 1.3-9.0 under Linux RedHat 7.1. - There is documentation 
from O'REILLY called Java and XML Tips and Tricks, but, I don't think this is going 
to help us much, it seems that it is difficult to find such documentation, and realize 
that maybe in the PerlWorld could be an answer to speed things up. NOTE: (Sun-JAVA was 
not selected for several reasons)

Information toolbox:
http://jakarta.apache.org 
http://www.alphaworks.ibm.com/tech/xml4j 
http://mis105.mis.udel.edu/ja-sig/uportal/index.html
http://hsqldb.sourceforge.net/hsqldb_links.html

Suggestions are welcomed.

--as/Loyola University Chicago

 Kevin Meltzer [EMAIL PROTECTED] 10/17/01 06:07PM 
Hi Art,

What exactly are you looking for? You can look at the documentation for
XML::Parser, XML::Simple, or any of the other XML::* modules. There are
articles relating to XML and Perl on www.xml.com, and on www.perlmonks.com 
(search for some XML QA). There are Perl/XML related mailing lists which you
can find on lists.perl.org. Hope this helps, some more detail of what you are
looking to do with Perl and XML could likely help us steer you in the right
direction.

Cheers,
Kevin

On Wed, Oct 17, 2001 at 05:18:13PM -0500, Art Saucedo ([EMAIL PROTECTED]) said 
something similar to:
 Is there such information and where can we look it up.
 
 
 Thanks!
 
 [EMAIL PROTECTED] 

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com] 
I wish there was a knob on the TV to turn up the intelligence.
There's a knob called `brightness', but it doesn't work.
-- Gallagher 


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




XMLParser and Perl

2001-10-17 Thread Art Saucedo

Is there such information and where can we look it up.


Thanks!

[EMAIL PROTECTED]


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




Re: XMLParser and Perl

2001-10-17 Thread Kevin Meltzer

Hi Art,

What exactly are you looking for? You can look at the documentation for
XML::Parser, XML::Simple, or any of the other XML::* modules. There are
articles relating to XML and Perl on www.xml.com, and on www.perlmonks.com
(search for some XML QA). There are Perl/XML related mailing lists which you
can find on lists.perl.org. Hope this helps, some more detail of what you are
looking to do with Perl and XML could likely help us steer you in the right
direction.

Cheers,
Kevin

On Wed, Oct 17, 2001 at 05:18:13PM -0500, Art Saucedo ([EMAIL PROTECTED]) said 
something similar to:
 Is there such information and where can we look it up.
 
 
 Thanks!
 
 [EMAIL PROTECTED]

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
I wish there was a knob on the TV to turn up the intelligence.
There's a knob called `brightness', but it doesn't work.
-- Gallagher 

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