I'm trying to massage search results into a digestible format using XSLT. Its relatively straigh-forward. But what I'd like is to be able to increase the character result range to capture hopefully more parts to a URL - if that's our current search result.

Here's an existing report XML node containing the min/max attributes I'm trying to adjust:

<mm_reportitem>
<mm_file>link_report_210611\poc_home_2011\home_200.html</mm_file>
<mm_displaystr><![CDATA[...template 'tracking' tools are located in the {a href="http://subdomainname.domainname.net.nz/files/index....]]></mm_displaystr>
<mm_data mm_rangemin="3197" mm_rangemax="3210" mm_filename="Z:\projects\clinetname\link_report_210611\poc_home_2011\ home_200.html" mm_replaced="false" mm_matchedtextdirty="false" />
</mm_reportitem>

I basically want to try and capture reasonably long URL strings in the CDATA node by, hopefully, adjusting the ranges.

Best file I can find so far is: C:\Documents and Settings\Dave\Application Data\Adobe\Dreamweaver CS5\en_US\Configuration\Menus\Cache\Menus\DWSiteReportsTab.xml -- but it doesn't look like it contains anything like range values, or in fact any numeric values to adjust, it may not even be relevant o_O

Any ideas?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.