Hi,
if got a xsl, xml and a xsd file. I use php to combine the xml and xsl. But now I also want to validate the xml file with the xsd.
My XML looks like this:
<?xml version="1.0"?>
<page xmlns:xsi=" xsi:SchemaLocation="
<tag1>infot1</tag1>
<tag2>infot2</tag2>
</page>
But this way it doesn't seem to work, so what i'm i doing wrong. (I also read something abour xerces/parsing and stuff, Im i forgetting something?)?
thanx
if got a xsl, xml and a xsd file. I use php to combine the xml and xsl. But now I also want to validate the xml file with the xsd.
My XML looks like this:
<?xml version="1.0"?>
<page xmlns:xsi=" xsi:SchemaLocation="
<tag1>infot1</tag1>
<tag2>infot2</tag2>
</page>
But this way it doesn't seem to work, so what i'm i doing wrong. (I also read something abour xerces/parsing and stuff, Im i forgetting something?)?
thanx