RE: [xsl] Xml parser

Subject: RE: [xsl] Xml parser
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Fri, 15 Mar 2002 18:26:59 +0200
Hello Andrew!

What about a xml parser written in php itself (PHP XML Parser)? :)
The biggest parsers list I know is at http://www.xmlsoftware.com/parsers/, it's about 50 xml parsers are listed there!

---
Oleg Tkachenko,
Multiconn International, Israel 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Andrew 
> Mottershead
> Sent: Friday, March 15, 2002 5:27 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Xml parser
> 
> 
> I have  friend over on the www.freelancers.net who asked this question
> 
> "I need to parse some basic XML (generated by a QuickTime movie) in PHP.
> Expat is far too big & complicated - I want to pass it a string of XML
> and get a nested structure back that I can pick values from. This should
> be a one liner, but with Expat it's several hundred. Considering the XML
> will rarely exceed 10 lines long, this is excessive. I don't need
> validation, reading from files or events, but I would like to parse in a
> generic way.
> 
> Does anyone have one they could share, or point me to somewhere that has
> one?"
> 
> Any ideas
> 
> regards
>  
> Andrew Mottershead
> Web Developer
> Mindstream Web Design
> 
> email: andrew@xxxxxxxxxxxxxxxx
> tel: +44 (0)1743 718262
> fax: +44 (0) 7092 115513
> web: www.mindstream.co.uk
> 
> This e-mail, and any attachment, is confidential. If you have received
> it in error, please delete it from your system, do not use or disclose
> the information in any way, and notify me immediately.
>  
> 
> 
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> > Bryan Rasmussen
> > Sent: 15 March 2002 15:00
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: RE: [xsl] Concealed
> > 
> > 
> > 
> > >Subject:  Outputting multiple HTML-files from one XML-file with one
> > >          XSL/XSLT-file
> > 
> > 
> > either you need an extension function, such as saxon:output, 
> > xalan's redirect, etc. If you're using a processor with xslt 
> > 1.1 support or xslt 2.0(saxon 7) you can use xsl:document and 
> > xsl:result-document respectively. IF your processor does not 
> > have an extension function for multiple output you can always 
> > roll your own. you could also have a script of some sort, for 
> > example an .asp or .js or .vb that loads a dom document, 
> > retrieves a particular nodeset and transforms that node to a 
> > particular output.
> > 
> > 
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> > 
> > 
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
> >  
> > 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
>  
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread