[PHP] xml validation

2006-06-09 Thread weetat

Hi all ,

  Thanks to everbody in this group , really help me a lot.
  I have a raw xml file from our clients.
  My question is how to validate the xml file if the file is xml 
compliance ?


Thanks

- weetat

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



RE: [PHP] xml validation

2006-06-09 Thread Jay Blanchard
[snip]
   Thanks to everbody in this group , really help me a lot.
   I have a raw xml file from our clients.
   My question is how to validate the xml file if the file is xml 
compliance ?
[/snip]

http://www.php.net/xml

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



Re: [PHP] xml validation

2006-06-09 Thread Brad Bonkoski

This article has some good information about PHP/XML including validation:
http://www.zend.com/php5/articles/php5-xmlphp.php
-Brad

weetat wrote:


Hi all ,

  Thanks to everbody in this group , really help me a lot.
  I have a raw xml file from our clients.
  My question is how to validate the xml file if the file is xml 
compliance ?


Thanks

- weetat



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



[PHP] XML validation with XML Schema

2004-07-30 Thread Matias Bagini
Is there any way to validate an XML with XML Schema using PHP4... I need 
something like the

bool DOMDocument-schemaValidate ( string filename)
that exists on PHP5
Thanks,
Matias.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] XML validation with XML Schema

2004-07-30 Thread Christian Stocker
Hi

On Fri, 30 Jul 2004 14:25:44 -0300, Matias Bagini
[EMAIL PROTECTED] wrote:
 Is there any way to validate an XML with XML Schema using PHP4... I need
 something like the
 
 bool DOMDocument-schemaValidate ( string filename)

No, not implemented in PHP 4. The Schema Implementatin of libxml2 is
not complete/finished anyway (but their getting there slowly...)

chregu

 
 that exists on PHP5
 
 Thanks,
 
 Matias.
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60  | fax +41 1 240 56 71
http://www.bitflux.ch  |  [EMAIL PROTECTED]  |  gnupg-keyid 0x5CE1DECB

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



[PHP] PHP/XML (Validation)

2002-09-04 Thread Robert Samuel White

Hello,
 
From reading the docs on XML functions for PHP, I understand that
validation is not included.  Does any one know where there is a package
for PHP that is already developed or resources where I can learn how to
do this myself?
 
Thank you.
 
-Samuel