cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

FOSI - formatting an element both on context and an attribute value

ptc-953343
1-Newbie

FOSI - formatting an element both on context and an attribute value

I have a feeling this requires a psuedo element but I wanted to check. I
have this rough XML content

<manual type="checklist">

<step>
<challenge>text here</challenge><response>response here</response>
</step>

<step>
<response>response here</response>
</step>
</manual>

So I want to control the formatting of <response> based upon the following:
- attribute type on <manual>
- if <response> is precedded with a <challenge>

I'm able to control the formatting based upon the attribute value (by
itself) and I'm able to modify a counter (thanks Paul Nagai) that resets
on <step> to 0 and increments when <challenge> is found. If challenge is
not 0 then I have my flag to control formatting that way.

Is the best solution to drop a pseudo element in after the <challenge> and
then place the check of the attribute value on this psudo element? I want
the special formatting to be removed if <challege> doesn't exist.

I have 3 results I'm trying to achieve

challenge text -- response text

challenge text ..... response text (right justified)

response text

So in the first case I have a long dash but the text will be produced as a
paragraph. The second case I will separate the challenge from the response
and right justify (also block it to only a portion of the column width).
The last case the text will just format like a para.

Any other techniques I might use?

..dan
1 REPLY 1

Have you used an algroup before? This might be a good problem for algroup.
You might need to use a psuedo element to trigger the "missing" left-hand
algroup items.

Top Tags