http://bugzilla.wpkg.org/show_bug.cgi?id=257

--- Comment #2 from Rainer Meier <r.me...@wpkg.org>  ---
OK; I think I know what's happening here. Earlier versions of WPKG were using
XSLT to read XML files from packages/* folder. But this caused some issues with
merging of different namespaces (XML files with namespaces and XML files
without namespaces). At the end the implementation now does not use XSLT any
more to read the files. Instead it opens the XML structure and merges them
programmatically.

Unfortunately this means your firefox-ext-aardvark.xml will not be transformed
and therefore it won't be "executed" to include the contents of
ff-extension.xml.


I am investigating if there is a way to support both by applying transforms to
the files loaded. But this would impose some performance hit which I was hoping
to avoid with the current implementation.

Let's see whether I could support your packages too...

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to