XML

2001-05-29 Thread Jonathan Peterson
Hi folx, Why is it that every time I spend 2 hours working with XML I discover a new twist that makes everything more complex than it used to be? And that's deliberately ignoring the advanced stuff. Anyway, does anyone know of any XML authoring tools (any platform) that let you compose XML

Re: XML

2001-05-29 Thread Chris Benson
On Tue, May 29, 2001 at 09:48:28AM +0100, Jonathan Peterson wrote: Anyway, does anyone know of any XML authoring tools (any platform) that let you compose XML against a Schema (latest spec), enforcing validation as you go? XML-Spy seems great in most respects but appears to have bugs

Re: OT: parsing xml

2001-04-11 Thread Leon Brocard
Mike Jarvis sent the following bits through the ether: Has anybody dealt with the data exchange xml standard called BMEcat? I've got to hack a parser together quickly and I was hoping to nick somebody else's code. It appears that no-one has answered this. In general, I find XML::Simple very

OT: parsing xml

2001-04-04 Thread Mike Jarvis
Sorry, no Buffy content follows: Has anybody dealt with the data exchange xml standard called BMEcat? I've got to hack a parser together quickly and I was hoping to nick somebody else's code. CPAN has a XML::BMEcat module, but it's aimed more at creating BMEcat files rather than reading them

XML One London

2001-03-15 Thread pmh
Is anyone going to XML One London next week? I'll be there until Wednesday, but the Thursday didn't look any use to me. -- Peter Haworth [EMAIL PROTECTED] "Ok, print the message, then put it in your shoe and put your shoe in front of the fireplace... then wait till Santa

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread David Cantrell
On Thu, Jan 11, 2001 at 11:58:36PM +, Greg McCarroll wrote: so as far as i see it - we have the following projects to be carried out by london.pm and others ... Caml (i'll leave that typo as it might get mjd excited) Visit - David Cross Completion of account creation for initial

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread David Hodgkinson
David Cantrell [EMAIL PROTECTED] writes: The Mod Perl Evangelist Site - Dave Hodge.. No. I'm writing a poor man's intro to stapling the TT into a mod_perl handler that will be superceded by Apache::Template when Andy finishes it. -- Dave Hodgkinson,

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread David Hodgkinson
David Hodgkinson [EMAIL PROTECTED] writes: David Cantrell [EMAIL PROTECTED] writes: The Mod Perl Evangelist Site - Dave Hodge.. No. I'm writing a poor man's intro to stapling the TT into a mod_perl handler that will be superceded by Apache::Template

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread Greg Cope
David Hodgkinson wrote: David Cantrell [EMAIL PROTECTED] writes: The Mod Perl Evangelist Site - Dave Hodge.. No. I'm writing a poor man's intro to stapling the TT into a mod_perl handler that will be superceded by Apache::Template when Andy finishes

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread Andy Wardley
On Jan 12, 3:57pm, Greg Cope wrote: Is such a thing as Apache::Template being done or is it a pipedream [TM] No, it's real, just not officially finished or released. Someone sent me some new code for it which I'll be intergrating and releasing in the next week or so. A -- Andy Wardley

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-12 Thread Greg Cope
Andy Wardley wrote: On Jan 12, 3:57pm, Greg Cope wrote: Is such a thing as Apache::Template being done or is it a pipedream [TM] No, it's real, just not officially finished or released. Someone sent me some new code for it which I'll be intergrating and releasing in the next week or

XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-11 Thread Greg McCarroll
it in perl? :) As an XML and perl based application server? don't you go thinking about that Dave, your pencilled in to delivering this mod_perl solutions website you spoke about perviously ;-) it seems to me at the last technical meeting we had a lot of enthusiasm for this, and i'd guess

Re: XML::Schema, YAPC::Europe, mod_perl, Camel Visit, !RANT!

2001-01-11 Thread Neil Ford
[snip] so as far as i see it - we have the following projects to be carried out by london.pm and others ... Caml (i'll leave that typo as it might get mjd excited) Visit - David Cross Completion of account creation for initial donators, establishment of a administration committee and setting

RE: Much Coolness XML Wise.

2001-01-09 Thread Jonathan Peterson
How does the output compare to XML::Simple::XMLout() ? I found XML::Simple::XMLout() to be deeply yucky, as it kind of randomly chooses to go for sub elements or attributes based on phases of the moon*. Also, it will happily output invalid XML if you have invalid data in your datastructure