Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Why have you made the airportCode element a marker? Considering your earlier question about running headers and footers, I wonder if it is because you want it to appear in the running header? Markers are text strings associated with a point in a document that do not display. Since you want the airportCode to appear in a paragraph, I recommend making it a container instead. Is there another element that contains the three you've listed? For example:
<airport>
<airportCode>ZBAA</airportCode>
<airportThreeCode>PEK</airportThreeCode>
<airportName>ADSB</airportName>
</airport>
If there is no element that corresponds to the paragraph, you can still make all three of the elements containers, but in the pagination properties of the first two, set Placement to RunInHead. In this case, you can insert the / and - delimiters as default punctuation for the run-in heads rather than as prefixes or suffixes. (You could still use prefixes or suffixes; both techniques produce the same result.)
For your running header/footer, where you currently use <$marker1> or <$marker2> to display airportCode, instead use <elemtext[airportCode]>.
--Lynne
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
zhaop,
Two ways to make multiple elements appear on one line are:
Copy link to clipboard
Copied