English | česky | Español | Türkçe | Português | Nederlands | Français | Deutsch | По-русски | >> Italiano << | 中文 | ქართული | Magyar | Polski | ZVON > Tutorials > Namespace Tutorial |
Introduzione / Ricerca / ZVON |
>> Esempio 8 << | Precedente | Successivo | Contenuto |
Anche se si usano namespaces predefiniti, i namespaces per elementi specifici devono comunque venir dichiarati esplicitamente. |
<aaa xmlns:upper = "http://zvon.org/uppercase" xmlns:xnumber = "http://zvon.org/xnumber" > <bbb xmlns = "http://zvon.org/lowercase" > <ccc /> <upper:WWW /> <xnumber:x666 /> </bbb> <BBB xmlns = "http://zvon.org/uppercase" > <upper:WWW /> <xnumber:x666 /> <CCC /> </BBB> <x111 xmlns = "http://zvon.org/xnumber" > <x222 /> <upper:WWW /> <xnumber:x666 /> </x111> </aaa> |