logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   xml   _/_   core   _/_   xml-default-namespace  

Index Browse Edit Visualize Statistics Download Help
 
xml-default-namespace
subclass of:
- XML Namespace [ superclass ]
can be abbreviated with:
- xml-empty-prefix [ short ]
motivation
less writing effort
Comment:
if no prefix is given, the default will be used -- backward compatibility with namespace-free XML
example
if default NS is http://www.cars.org/xml, given as xmlns="http://www.cars.org/xml"
example
can be written as
Comment:
does NOT apply to unprefixed attributes