Next in thread → Next in month →

RE: [xml-dev] Need Help: Creating XML Tag with ":"

From
Dare Obasanjo <>
To
Matt Gushee <>,
Date
2002-10-29T17:53:53Z
ID
<>
Thread
RE: [xml-dev] Need Help: Creating XML Tag with ":"
> -----Original Message-----
> From: Matt Gushee [mailto:] 
> Sent: Monday, October 28, 2002 11:17 PM
> To: 
> 
>   1) Go ahead and use your markup with colons, but don't call it XML, 
>      and don't expect XML parsers to be able to process it (I guess
>      you'll have to write your own parser); or

XML 1.0 allows colons in names. It's the Namespaces in XML
recommendation that does not [without an explicit namespace
declaration]. Satish can look for an XML parser that either does not
support the XML namespaces or allows one to turn off support for this
feature. 

>   2) Use a different separator instead of a colon. Hyphens or periods
>      would work.

That is another feature. 

-- 
PITHY WORDS OF WISDOM 
When in doubt, ignore it.                

This posting is provided "AS IS" with no warranties, and confers no
rights. 

>  
>
Next in thread → Next in month →