Search found 3 matches

by tom
Tue Feb 08, 2005 5:08 pm
Forum: XML Schemas
Topic: What is wrong with my schema?
Replies: 3
Views: 50097

Thanks..
Now I think I got it.. how schema works

tom
by tom
Mon Feb 07, 2005 11:52 pm
Forum: XML Schemas
Topic: What is wrong with my schema?
Replies: 3
Views: 50097

I think I've found the problem, I haveto add xmlns="http://www.example.net/test" to the schema. But why?

I don't understand it :?:
Is there a situation when targetNamespace and xmlns are different (in a xml schema)?

thanks
tom
by tom
Mon Feb 07, 2005 11:44 pm
Forum: XML Schemas
Topic: What is wrong with my schema?
Replies: 3
Views: 50097

What is wrong with my schema?

xml: <?xml version="1.0" encoding="ISO-8859-1"?> <data xmlns="http://www.example.net/test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.net/test test.xsd"> <foo>dfgsdgf</foo> <bar>blabla</bar> </data> a...