On Thu, Aug 21, 2008 at 8:03 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote:
> Usually namespaces in xml documents are used to qualify all elements > belonging to this domain, but YMMV of course. Agree. The SCR spec should define a namespace and all nodes the spec mentions should belong to that namespace. BJ, unqualified nodes are just as good as the default package in Java, possible but strongly discouraged. And "prefixes" is only shorthand for the namespace, which can be "habba:" as far as the parser is concerned, as long as the xmlns:habba is present and referencing the correct namespace. Cheers Niclas _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
