Re: Firefox vs IE - help

Subject: Re: Firefox vs IE - help
From: Amy Gale <amyg -at- grammatech -dot- com>
To: 'TECHWR-L' <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Mon, 30 Jul 2007 15:25:44 -0400

Chris Borokowski wrote:

>Yes, but:
>
>1. Most web pages are script-generated anyway.
>
>

I'm not sure that this is strictly relevant. A page-generating script
can put in a CSS reference and subsequent classing tags, and it
maintains consistency between script-generated and hand-generated
content, and between pages generated by different scripts. For example,
the following excerpts are from two scripts that make up part of my
software manual build.


[perl - used for generating C API docs]
#...
$head->push_content(HTML::Element->new('link',
'href'=>$args{'css'},
'rel'=>'stylesheet',
'type'=>'text/css'));
#...
my $newelt = HTML::Element->new($el,
'class' => $cl);
#...etc



[xslt - used for generating Scheme API docs]
<!-- ... --/>
<xsl:template match="my-top-level-hierarchy">
<html>
<head>
<title><xsl:value-of select="@my-desc"/>My Grammar for
<xsl:value-of select="@my-language"/></title>
<link href="../../my.css" rel="stylesheet" type="text/css" />
<!-- ... etc --/>


(some names changed)
Since I feed both scripts the same stylesheet reference and use that
reference for hand-generated content too, the manual has a single
consistent look. Nobody who didn't know our processes would ever be able
to spot the seams, as it were.

Amy

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40web.techwr-l.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/ for more resources and info.


Follow-Ups:

References:
RE: Firefox vs IE - help: From: Chris Borokowski

Previous by Author: Re: Preferences versus defaults
Next by Author: Re: Firefox vs IE - help
Previous by Thread: Re: Firefox vs IE - help
Next by Thread: Re: Firefox vs IE - help


What this post helpful? Share it with friends and colleagues:


Sponsored Ads