Re: [PHP-DEV] Xerces?

2002-10-18 Thread Alex Black
Cool that's exactly what I wanted to know :)

Thanks Melvyn :)

_alex


 Hi,
 
 At 03:05 17-10-2002, Alex Black wrote:
 
 [...]
 
 Still no one has told me what's happening with the XML extension! :) That's
 all I wanted to know...
 
 Are you looking for Xerces support or for a validating XML parser?
 libxml is validating XML parser and is supported through the domxml extension.
 
 Some ideas for better XML support have been brought up, but Xerces is not
 considered an option, mainly because it doesn't have a C API as that prevents
 us from bundeling.
 
 IF ext/xml is to be upgraded (read: find the people to do it), library of
 choice now is libxml.
 
 With kind regards,
 
 Melvyn Sopacua
 ?php include(not_reflecting_employers_views.txt); ?
 
 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-17 Thread Melvyn Sopacua

Hi,

At 03:05 17-10-2002, Alex Black wrote:

[...]

Still no one has told me what's happening with the XML extension! :) That's
all I wanted to know...

Are you looking for Xerces support or for a validating XML parser?
libxml is validating XML parser and is supported through the domxml extension.

Some ideas for better XML support have been brought up, but Xerces is not
considered an option, mainly because it doesn't have a C API as that prevents
us from bundeling.

IF ext/xml is to be upgraded (read: find the people to do it), library of
choice now is libxml.

With kind regards,

Melvyn Sopacua
?php include(not_reflecting_employers_views.txt); ?


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Xerces?

2002-10-16 Thread Alex Black

Hi all,

I have done limited looking but as far as I can tell Xerces is not supported
by PHP.

A) hopefully I am wrong and just didn't look hard enough.
B) If not, any validating parsers that are supported that do DTD validation?

It looks like there's an experimental Xalan ext out there, but no Xerces. I
have a vague memory of the XML setup being generalized to allow (x) parsers,
did that happen, etc?

In any case, if there aren't any validating parsers supported by PHP...
There should be :)

Please respond to the binarycloud-dev list also...

Thanks,

_alex


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-16 Thread Rasmus Lerdorf

There is only Sablotron support.  No Xerces.  Feel free to contribute the
code to support Xerces.

-Rasmus

On Wed, 16 Oct 2002, Alex Black wrote:

 Hi all,

 I have done limited looking but as far as I can tell Xerces is not supported
 by PHP.

 A) hopefully I am wrong and just didn't look hard enough.
 B) If not, any validating parsers that are supported that do DTD validation?

 It looks like there's an experimental Xalan ext out there, but no Xerces. I
 have a vague memory of the XML setup being generalized to allow (x) parsers,
 did that happen, etc?

 In any case, if there aren't any validating parsers supported by PHP...
 There should be :)

 Please respond to the binarycloud-dev list also...

 Thanks,

 _alex


 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [binarycloud-dev] Re: [PHP-DEV] Xerces?

2002-10-16 Thread Alex Black

 There is only Sablotron support.  No Xerces.  Feel free to contribute the
 code to support Xerces.

hi Rasmus,

Sab is an XSLT processor, Xerces is a validating XML parser. You were
probably thinking Xalan, which is the apachexml XSLT processor. Yes, I'd
also like to have access to Xalan via php, though I haven't used it, so I
don't know if it's cool. Probably is. Sab ceartainly leaves a lot to be
desired :)

My question was: what's the status on all of the xml/xslt extension stuff?
I.e. Has the xml parser extension been changed to be more general so an
extension can happen? I know little of those goings-on, just that there was
some discussion. Do you guys know of anyone who is working on Xerces or
Xalan support? Etc.

Thanks,

_alex


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-16 Thread Markus Fischer

Since Xalan is written java, won't ext/java do that work
anyway?

On Wed, Oct 16, 2002 at 02:56:50PM -0700, Alex Black wrote : 
 Hi all,
 
 I have done limited looking but as far as I can tell Xerces is not supported
 by PHP.
 
 A) hopefully I am wrong and just didn't look hard enough.
 B) If not, any validating parsers that are supported that do DTD validation?
 
 It looks like there's an experimental Xalan ext out there, but no Xerces. I
 have a vague memory of the XML setup being generalized to allow (x) parsers,
 did that happen, etc?
 
 In any case, if there aren't any validating parsers supported by PHP...
 There should be :)
 
 Please respond to the binarycloud-dev list also...
 
 Thanks,
 
 _alex
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
rei_ Derick, while ($xml) $ass-get_new_ideas();
[James] Markus: IE on_user_fart()
-- People doesn't seem to like the new XHTML2 specs :) --

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-16 Thread George Schlossnagle

Has anyone started any work work on this?

On Wednesday, October 16, 2002, at 05:59 PM, Rasmus Lerdorf wrote:

 There is only Sablotron support.  No Xerces.  Feel free to contribute 
 the
 code to support Xerces.

 -Rasmus

 On Wed, 16 Oct 2002, Alex Black wrote:

 Hi all,

 I have done limited looking but as far as I can tell Xerces is not 
 supported
 by PHP.

 A) hopefully I am wrong and just didn't look hard enough.
 B) If not, any validating parsers that are supported that do DTD 
 validation?

 It looks like there's an experimental Xalan ext out there, but no 
 Xerces. I
 have a vague memory of the XML setup being generalized to allow (x) 
 parsers,
 did that happen, etc?

 In any case, if there aren't any validating parsers supported by PHP...
 There should be :)

 Please respond to the binarycloud-dev list also...

 Thanks,

 _alex


 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php



 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php


// George Schlossnagle
// Principal Consultant
// OmniTI, Inc  http://www.omniti.com
// (c) 240.460.5234   (e) [EMAIL PROTECTED]
// 1024D/1100A5A0  1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-16 Thread Shane Caraveo

Xalan and Xerces have both java and c versions.

Markus Fischer wrote:
 Since Xalan is written java, won't ext/java do that work
 anyway?
 
 On Wed, Oct 16, 2002 at 02:56:50PM -0700, Alex Black wrote : 
 
Hi all,

I have done limited looking but as far as I can tell Xerces is not supported
by PHP.

A) hopefully I am wrong and just didn't look hard enough.
B) If not, any validating parsers that are supported that do DTD validation?

It looks like there's an experimental Xalan ext out there, but no Xerces. I
have a vague memory of the XML setup being generalized to allow (x) parsers,
did that happen, etc?

In any case, if there aren't any validating parsers supported by PHP...
There should be :)

Please respond to the binarycloud-dev list also...

Thanks,

_alex


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php
 
 



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Xerces?

2002-10-16 Thread Alex Black

   Since Xalan is written java, won't ext/java do that work
   anyway?

Sorta,

That's a little funky but yes it would work. I would far prefer to have a
c-extension for the C++ version. My (limited) experience with php/java is...
Slightly funk. It does work but it seems ornry :)

Still no one has told me what's happening with the XML extension! :) That's
all I wanted to know...

_a


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php