XML/EDD Vertical Text Placement in Structured Frame 12

2014-06-05 Thread Bjokne, Tim (Contractor)
I am relatively new to structured Framemaker and am looking for the way
to control the vertical placement of the XML content via the EDD,
multiple text flows, or ?. 

I have a functioning EDD and Frame template into which I have
successfully imported an XML file, which then takes on the font style as
assigned by the paragraph and character styles. The problem is that the
content is not vertically placed where I want it on the page. For
example, some text that is imported needs to be immediately above the
page number at the bottom of each page, regardless of how much of the
page is filled with text, which varies significantly from page to page. 

Attached is a PDF of a couple of pages of what the finished product
should look like. FYI-To get the text to appear vertically where I
needed it, I inserted carriage returns manually. Without those carriage
returns, there would only be one line break between the various
sections.

I assume (hope?) there is some way to control where the text appears in
Structured Frame, not just the font style, size, bold, italic, left,
right, center justification, etc. I have searched the web with every
possible combination of search terms I could think of, but have had no
luck in finding an answer.

Any help with this would be much appreciated. Thanks!

Tim

 FrameContentExample.pdf 


_

Tim Bjokne  Mailing Address: 
Program Data Management Lockheed Martin
Supervisor, Technical Editing   7400 S. Tucson Way
Comms/Technical Communication Group Centennial, CO 80112
Lockheed Martin ASC (Antarctic Support Contract)Main Line:
303.790.8606
Direct Line: 720.568.2036   Fax: 303.790.9130
Toll-Free: 800.866.8606 x32036  
USAP Web Portal: www.usap.gov

_



FrameContentExample.pdf
Description: FrameContentExample.pdf
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: XML/EDD Vertical Text Placement in Structured Frame 12

2014-06-05 Thread Scott Prentice

Hi Tim...

There are top of page properties for paragraph styles but not bottom 
of page. The only way to specify vertical placement of content (within 
the same flow) is to specify the space above or space below for that 
paragraph tag.


For the main body of each page, you'll likely need to use different 
elements to define the various types of content so you can assign 
differing para tags which apply the right formatting. For the content at 
the bottom, the only thing I can think of is that you'd set up that 
content as attribute values of an element rather than content, then 
you'd include that in the footer region of the page and reference the 
attribute values as header/footer variables.


Here's a rough example. First the XML ..

pages
page pm=Dr. John Manager poc=Jane Poc / John Peosey
titleTest of invariance at the South Pole/title
subtitle1A-985-S/subtitle1
subtitle2NSF/PLR Award 9876543/subtitle2
...
/page
...
/pages

Then on the master page expand the footer area to accommodate the new 
info and use the header/footer variables ..


Running H/F 3 = $attribute[pm]
Running H/F 4 = $attribute[poc]

.. with a little tweaking, it *should* work.  :o

That's all that comes to mind .. not terribly complex, but a little 
tricky. Maybe someone else will have another idea.


Of course, there's also the scripting route. You could create an 
ExtendScript or plugin that performs whatever post-processing is needed. 
I think the header/footer variables approach would be easier for this 
situation, but if your formatting gets more complex you may need to get 
out the hammer.


Cheers,

...scott

Scott Prentice
Leximation, Inc.
www.leximation.com
+1.415.485.1892

On 6/3/14 9:01 AM, Bjokne, Tim (Contractor) wrote:

XML/EDD Vertical Text Placement in Structured Frame 12

I am relatively new to structured Framemakerand am looking for the way 
to control theverticalplacement of theXML contentviatheEDD,multiple 
textflows, or _?_.


I have a functioning EDD and Frame template into which I have 
successfully imported anXMLfile, which then takes on the font style as 
assigned by the paragraph and character styles. The problem is that 
the content is notverticallyplaced where I want it on the page. For 
example, some text that is imported needs to be immediately above the 
page number at the bottom ofeachpage,regardlessof how much of the page 
is filled with text, which varies significantly from page to page.


Attached is a PDF ofa couple of pages ofwhat the finished product 
should look like.FYI-To get the text to appear vertically where I 
needed it, I inserted carriage returns manually.Without those carriage 
returns, there would only be one line break between the various sections.


I assume (hope?) there issome way to control where the text appearsin 
StructuredFrame, not just the font style, size, bold, italic,left, 
right, centerjustification, etc.I have searched the web with every 
possible combination of search terms I could think of, but have had no 
luck in finding an answer.


Any help with this would be much appreciated.Thanks!

Tim

FrameContentExample.pdf

*__*

*___**__*

**

*Tim Bjokne**Mailing Address:*

*Program Data Management*Lockheed Martin

*Supervisor, Technical Editing*7400 S. Tucson Way

Comms/Technical Communication Group Centennial, CO 80112

Lockheed Martin ASC (Antarctic Support Contract)Main Line: 
303.790.8606


Direct Line: 720.568.2036   Fax: 303.790.9130

Toll-Free: 800.866.8606 x32036

USAP Web Portal:_www.usap.gov_http://www.usap.gov

*___*



___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: XML/EDD Vertical Text Placement in Structured Frame 12

2014-06-05 Thread Ed Nodland
Tim

I would use the footer with markers.  Here are a couple of references.


http://help.adobe.com/en_US/FrameMaker/9.0/Using/WS2937A033-EFF3-4d85-BBB3-98214B54950D.html

and page 111 for read/write rules in
http://help.adobe.com/en_US/FrameMaker/9.0/StructuredDev/Structure_Dev_Reference.pdf

Ed Nodland




On Tue, Jun 3, 2014 at 9:01 AM, Bjokne, Tim (Contractor) 
tim.bjokne.contrac...@usap.gov wrote:

  I am relatively new to structured Framemaker and am looking for the way
 to control the vertical placement of the XML content via the EDD, multiple
 text flows, or *?*.

 I have a functioning EDD and Frame template into which I have successfully
 imported an XML file, which then takes on the font style as assigned by
 the paragraph and character styles. The problem is that the content is not
 vertically placed where I want it on the page. For example, some text
 that is imported needs to be immediately above the page number at the
 bottom of each page, regardless of how much of the page is filled with
 text, which varies significantly from page to page.

 Attached is a PDF of a couple of pages of what the finished product
 should look like. FYI-To get the text to appear vertically where I needed
 it, I inserted carriage returns manually. Without those carriage returns,
 there would only be one line break between the various sections.

 I assume (hope?) there is some way to control where the text appears in
 Structured Frame, not just the font style, size, bold, italic, left,
 right, center justification, etc. I have searched the web with every
 possible combination of search terms I could think of, but have had no luck
 in finding an answer.

 Any help with this would be much appreciated. Thanks!

 Tim

 FrameContentExample.pdf


 *_*

  *Tim Bjokne* * Mailing Address:*

 *Program Data Management* Lockheed Martin

 *Supervisor, Technical Editing*   7400 S. Tucson Way

 Comms/Technical Communication Group Centennial, CO 80112

 Lockheed Martin ASC (Antarctic Support Contract)Main Line:
 303.790.8606

 Direct Line: 720.568.2036   Fax: 303.790.9130

 Toll-Free: 800.866.8606 x32036

 USAP Web Portal: *www.usap.gov* http://www.usap.gov


 *_*


 ___


 You are currently subscribed to framers as enodl...@gmail.com.

 Send list messages to framers@lists.frameusers.com.

 To unsubscribe send a blank email to
 framers-unsubscr...@lists.frameusers.com
 or visit
 http://lists.frameusers.com/mailman/options/framers/enodland%40gmail.com

 Send administrative questions to listad...@frameusers.com. Visit
 http://www.frameusers.com/ for more resources and info.


___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.