Connecting Tech Pros Worldwide Forums | Help | Site Map

xml schema validation with php

Ben Fitzgerald
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi

I've seen questions about dtds and php, but not much about xsd schemas.

Can people out there who use php and need to validate documents against
a schema please drop a reply about what they use?

I'm thinking amongst these:

1. libxml - call xmllint
2. call java and use it's xml tools
3. use expat and code some stuff myself (this is undesirable as it's more
using php to emulate the full xml goodies).

Thanks,


--
Ben Fitzgerald

Tel: 020 7344 3959
Mob: 077 9195 2310

Ben Fitzgerald
Guest
 
Posts: n/a
#2: Jul 17 '05

re: xml schema validation with php


On 17 Nov 2003 10:08:50 GMT, Ben Fitzgerald <bmf1DELETE@ukonline.co.uk> wrote:[color=blue]
> Hi
>
> I've seen questions about dtds and php, but not much about xsd schemas.
>
> Can people out there who use php and need to validate documents against
> a schema please drop a reply about what they use?
>
> I'm thinking amongst these:
>
> 1. libxml - call xmllint
> 2. call java and use it's xml tools
> 3. use expat and code some stuff myself (this is undesirable as it's more
> using php to emulate the full xml goodies).
>
> Thanks,
>
>[/color]

No replies? I'll just give this one bump in case someone was on hols
for a week :)
Closed Thread