Re: embedding DocBook in another schema

Sebastian Rahtz <[email protected]> Thu, 10 Mar 2005 16:57:28 +0000
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
[email protected] wrote:

>
> {db:para}{db:itemizedlist} ... {/db:itemizedlist}{/db:para}
>
> rather than
>
> {db:para}{itemizedlist} ... {/itemizedlist}{/db:para}
>
if you start

<article xmlns="foo.bar">

you can omit the prefix or declaration on elements inside that


namespaces are funny creatures.

sebastian