xml schema validation with php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben Fitzgerald

    xml schema validation with php

    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

    #2
    Re: xml schema validation with php

    On 17 Nov 2003 10:08:50 GMT, Ben Fitzgerald <bmf1DELETE@uko nline.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 :)

    Comment

    Working...