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 xm
[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: htt
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.
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 libxml
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
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
6 matches
Mail list logo