RE: [xsl] Processing on both a document list and referenced documents

Subject: RE: [xsl] Processing on both a document list and referenced documents
From: "Bjorndahl, Brad" <brad.bjorndahl@xxxxxxxxxxxxxxxx>
Date: Tue, 11 Mar 2008 14:42:26 -0400
Hi,

Is it possible? Yes, I'm sure. I extract all kinds of stuff from DITA and
DITAMAP (= directory list) files.
You need to be clearer about "the contents of both the directory list and the
documents referenced by the directory list".

Also, you have nested multiple "<xsl:for-each select="topic">" statements.
Recursion will probably be more effective.

Brad

Current Thread