[Mono-list] Error while run program
Tim Rädisch
tim.raedisch@udo.edu
Tue, 3 Aug 2004 20:32:14 +0200
Am Dienstag 03 August 2004 19:49 schrieb Arx Henrique:
Now when you point this out, I see it :)
xmlns is a reserved keyword for XML namespaces and have a special syntax. Here
are some details http://www.w3.org/TR/REC-xml-names/
Tim
> The problem is on xml file
>
> <?xml version="1.0"?>
> <links>
> <category xmlns="programming">
> <address>www.programmershelp.co.uk</address>
> <description>programming site</description>
> </category>
> <category xmlns="progra">
> <address>www.prhelp.co.uk</address>
> <description>pring site</description>
> </category>
> </links>
>
> the line
> <category xmlns="programming">
>
> with xmlns="programming" is "wrong" (i dont know)
>
> when i take out the xmlns the program run ok!
>
> thanks for all.