Re: [PHP-XML-DEV] Intergrate XML:schema support from InterAKT in your SOAP implementation
[email protected] (Sander Roobol)
| Newsgroups | php.pear.dev,php.soap,php.xml.dev |
|---|---|
| Message-ID | <20030524170705.GA3705@lxr> |
PEAR-dev is probably interested in this too. CC'ing that list. Sander On Sat, May 24, 2003 at 07:47:53PM +0300, Alexandru COSTIN wrote: > Hello, > I am Alexandru COSTIN from InterAKT Online. > We have developed an open source XML/XSL publishing engine, and in the > process we need to implement an XML schema support class. > http://www.interakt.ro/products/Krysalis/ > > At the PHP International Conference, we've spoken with Sterling Huges, and > he suggested that we should donate this XML schema class to the Pear:SOAP > group. As libxml XMLschema support will be included in PHP only in PHP 5 > (next year or so), I think many of you will be able to use our code to > validate XML documents in the meanwhile. We want to do this, but we don't > know whom to contact. > > Our XML Schema implementation class works as following: > - get the XML schema definition > - using our XSL, we transform this into a valid PHP code that uses DOMXML to > validate any XML input document against the initial schema > - the approach in similar to the Smarty approach (compile the rules to pure > PHP code to improve performance) > > We support a good part of the XML schema, and merging this in another > XML/PHP open source software will surely make it better) > > Interested parties please let me know. > > Alexandru > (CC [email protected] on replies to this group please) > > > > -- > PHP XML Development Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >