[
Lists Home |
Date Index |
Thread Index
]
When using XSDL I guess I need a validator.
Since I need it for a small Php project I guess my best option is to
build something in XSLT, which I can use with Php.
Thanks for your help everyone.
Jacob
bry@itnisk.com wrote:
> Yes there are lots of ways, however some ways have problems. People often want
> to use Xml Schema Definition Language or XSDL (a w3c standard) as I can see
> you're in Danmark you might like to familiarise yourself with oioxml
> http://www.oio.dk/XML which has a number of various xml dialects validated via
> xsdl (repository at http://rep.oio.dk not every node has content though)
> you can query the repository at http://isb.oio.dk/repository/ to find standards.
>
>
> Personally I like RELAX-NG or Schematron for validation:
> http://www.relaxng.org/
> http://xml.ascc.net/resource/schematron/schematron.html
>
> but there is a lot of weight behind xsdl.
>
> Quoting Jacob Friis Larsen <jfl@list.idg.dk>:
>
>
>>I get weather data as XML, and sometimes the data is not complete.
>>Is there are way I can check a XML document for valid data?
>>
>>Best regards,
>>Jacob
|