xsl-list
[Top] [All Lists]

Re: [xsl] Combining two XBEL XML files

2008-07-12 09:04:48
Aaron Gray wrote:
I want to combine two XML Bookmark Exchange Language files into one.

       http://pyxml.sourceforge.net/topics/xbel/

basically they are hierarchical XML files with folder, bookmark and title
elements.

They need sorting alphabetically and combining.

Sorting on what? On the folder title?

If you could either give an example of a simular problems solution or a
basic guideline or structure of how to go about this.

Do you want to use XSLT 2.0 or 1.0?

Generally if you have more than one source document you need to use the XSLT document function to pull in nodes from the second document, then you can apply templates to them.


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--