xsl-list
[Top] [All Lists]

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

2008-03-06 08:31:59
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

--~------------------------------------------------------------------
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>
--~--