Connecting Tech Pros Worldwide Help | Site Map

xml schema validation with php

  #1  
Old July 17th, 2005, 02:10 AM
Ben Fitzgerald
Guest
 
Posts: n/a
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
  #2  
Old July 17th, 2005, 02:12 AM
Ben Fitzgerald
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP files not phrased.., Kesavan answers 1 June 14th, 2007 02:25 PM
help with validation Damian Burrin answers 5 March 25th, 2006 01:05 AM
XML problem Mike answers 4 November 16th, 2005 04:23 AM
combining data&presentation and splitting it back Balrog answers 2 July 20th, 2005 08:14 AM