I believe it goes a little against convention to allow multiple titles
within its parent, in this case, geninfo. There is usually a one to one
relationship between a wrapper element and its title (which is almost always
the first child of the wrapper).
You could get the behavior you want, however, but I don't think you'll be
able to do it with floats, at least not floats scoped to geninfo. You could
introduce another child element of geninfo, "subgeninfo" for example, and
then set the scope of your float to subgeninfo.
Even so, I think the behavior you are after, as I think I mentioned in my
first reply, is often performed in a header region. That way, your title
context geninfo savetext will replace the value of title.psd.txt rather than
being added to an additional float.
The only other thing I can see to do that might work is to try specifying
the float format using a psuedo element only on the first geninfo and then
update a savetext variable on occur = notfirst. You will need to have at
least a second layer of processing, but I'm not sure this is a workaround
that will work with floats.
All my float debugging (other than format specific debugging) leads back to
having the wrong scope. Or true bugs.
On Fri, Jun 6, 2008 at 12:29 PM, Allissa Leach <allissa.leach@us.army.mil>
wrote:
> I am using floats (in flowtext).
>
>
>
> Here is the FOSI code.
>
> <e-i-c gi="title" context="geninfo">
> <charlist charsubsetref="tasktitlesub">
> <suppress sup="1">
> <savetext textid="title.psd.txt"<br"/>> conrule="<title.psd>,#CONTENT,</title.psd>">
> <savetext textid="crossref" conrule="\WP" \,wpseqno,\<br="/>> \,title.psd.txt"></charlist>
> <att>
> <specval attname="print-only" attloc="system-var" attval="#ANY">
> <charsubset>
> <usetext source="secmark,title.psd.txt" placemnt="after">
> <subchars>
> <keeps scope="page" keep="7" next="7"></subchars>
> </usetext>
> <usetext source="secmark,title.psd.txt,\" –=" continued\"<br="/>> placemnt="after">
> <subchars charsubsetref="titlesub">
> <float flidref="subsubtasktitlcontd" width="page" scope="geninfo"<br"/>> pagetype="next">
> </subchars>
> </usetext>
> </charsubset>
> </att>
> <att>
> <specval attname="inschlvl" attval="#NONZERO">
> <charsubset>
> <chgmark barthick="3pt" baroffset="3" join="1" type="content"></chgmark>
> </charsubset>
> </att>
> <att>
> <specval attname="delchlvl" attval="#NONZERO">
> <charsubset>
> <chgmark barthick="3pt" baroffset="3" join="1" type="content"></chgmark>
> <suppress sup="1"></charsubset>
> </att>
> </e-i-c>
>
>