Re: [xsl] Why Are My Tunnel Parameters Not Working?

Subject: Re: [xsl] Why Are My Tunnel Parameters Not Working?
From: Eliot Kimber <ekimber@xxxxxxxxxxxx>
Date: Thu, 06 Mar 2008 09:31:23 -0600
Florent Georges wrote:
Andrew Welch wrote:


About the initial problem, there is no sample input neither...

Sorry about that--since the input is a tree of files it's hard to provide, but essentially:


Root.ditamap:

<map>
 <topicref href="sub1/submap_01.ditamap" format="ditamap"/>
</map>

sub1/submap_01.ditamap:

<map>
 <topichead navtitle="A topic head">
  <topicref href="sub2/submap_02.ditamap" format="ditamap"/>
 </topichead>
<map>

sub1/sub2/submap_02.ditamap:

<map>
 <topicref href="sometopic.xml"/>
</map>

The result should be:

/temp/preprocess/Root.ditamap
/temp/preprocess/sub1/submap_01.ditamap
/temp/preprocess/sub1/sub2/submap_02.ditamap

Where the contents of the result maps are the same except for the rewritten href= attributes.

Cheers,

Eliot


-- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com

Current Thread