Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol & XML

From: bry:itnisk at: 6-Aug-2003 15:03

>yeah I thought there might be problems, another problem is in the rare >occurrence of namespace prefixed attributes.
Actually considering not too rare in cases of xml coming out of academia, or certain standards, where the xml namespace will be used, especially in example like following: <?xml version="1.0"?> <doc> <p xml:lang="EN">Good Morning!</p> <p xml:lang="EN-US">Howdy!</p> </doc> note that the xml namespace does not need to be declared anywhere.