Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-28 Thread Alison Gurry
please take me off mailing list ALISON GURRY From: Doug Tangren [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Documentation of the XFactor's XPath class? Date

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-28 Thread Nick Weekes
-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Documentation of the XFactor's XPath class? Date: Tue, 27 Jun 2006 22:34:45 -0400 While recently poking around for information on using xfactorstudio's

Re: Re: [Flashcoders] Documentation of the XFactor's XPath, class?

2006-06-28 Thread henrik weber (freemind-design)
Flash Developer __freemind-design__ http://www.freemind-design.de flashcoders@chattyfig.figleaf.com wrote: Date: Tue, 27 Jun 2006 22:34:45 -0400 From: Doug Tangren [EMAIL PROTECTED] Subject: Re: [Flashcoders] Documentation of the XFactor's XPath class? To: Flashcoders mailing list

Re: Re: [Flashcoders] Documentation of the XFactor's XPath, class?

2006-06-28 Thread henrik weber (freemind-design)
Flash Developer __freemind-design__ http://www.freemind-design.de flashcoders@chattyfig.figleaf.com wrote: Date: Tue, 27 Jun 2006 22:34:45 -0400 From: Doug Tangren [EMAIL PROTECTED] Subject: Re: [Flashcoders] Documentation of the XFactor's XPath class? To: Flashcoders mailing list

Re: Re: [Flashcoders] Documentation of the XFactor's XPath, class?

2006-06-28 Thread henrik weber (freemind-design)
Flash Developer __freemind-design__ http://www.freemind-design.de flashcoders@chattyfig.figleaf.com wrote: Date: Tue, 27 Jun 2006 22:34:45 -0400 From: Doug Tangren [EMAIL PROTECTED] Subject: Re: [Flashcoders] Documentation of the XFactor's XPath class? To: Flashcoders mailing list

Re: Re: Re: [Flashcoders] Documentation of the XFactor's XPath, class?

2006-06-28 Thread henrik weber (freemind-design)
- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of henrik weber (freemind-design) Sent: Wednesday, June 28, 2006 1:06 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: Re: [Flashcoders] Documentation of the XFactor's XPath, class? hi jason

[Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Weyert de Boer
Does anyone know where I can find any form of documentation how to use the XPath classes for ActionScript 2 writtenb y XFactorStudios? Thanks! Weyert ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread John Giotta
Start here http://www.w3schools.com/xpath/default.asp ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

RE: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Merrill, Jason
To: Flashcoders mailing list Subject: [Flashcoders] Documentation of the XFactor's XPath class? Does anyone know where I can find any form of documentation how to use the XPath classes for ActionScript 2 writtenb y XFactorStudios? Thanks! Weyert

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Weyert de Boer
John Giotta wrote: Start here http://www.w3schools.com/xpath/default.asp Like that will work... I mean how to use the class itself, somehow it doesn't act the same as XPath stuff in .NET. ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Ash Warren
: RE: [Flashcoders] Documentation of the XFactor's XPath class? I have some classes I wrote which make using xfactorstudio's Xpath classes easier, if you want them. Comes with a little bit of example code commented in the class. Requires xfactorstudio's classes to be installed already. Here

RE: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Merrill, Jason
mailing list' Subject: RE: [Flashcoders] Documentation of the XFactor's XPath class? I would love to check them out. I use these classes all the time and run into encode/decode issues a lot. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Weyert de Boer
Yes, I would be interested in them too! I currently got such ugly XPath code: Parsing a xml file of 4KB takes around 1-3 seconds to parse... :( It's a noticable slowdown. var showController = XPath.selectNodesAsBoolean( settingsResults[0], showController )[0]; if (

Re: [Flashcoders] Documentation of the XFactor's XPath class?

2006-06-27 Thread Doug Tangren
PM To: Flashcoders mailing list Subject: [Flashcoders] Documentation of the XFactor's XPath class? Does anyone know where I can find any form of documentation how to use the XPath classes for ActionScript 2 writtenb y XFactorStudios? Thanks! Weyert