[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: wordml to docbook

Subject: Re: wordml to docbook
From: JBryant@xxxxxxxxx
Date: Tue, 6 Dec 2005 12:39:23 -0600
wordml docbook
Are you getting the WordML document from Word or from some other process?
If someone is saving Word documents as WordML that you must then process,
you should be getting wx:sect and wx:sub-section elements, which you can
use for grouping. The wx:sect and wx:sub-section elements enable grouping
because Word inserts them at each level of heading (rather than with each
and every heading), something like this:

<wx:sect>
  <wx:sub-section>
    <w:p>
      <w:pPr>
        <w:pStyle w:val="Heading1"/>
      </w:pPr>
      <!-- more elements here -->
    </w:p>
    <w:p>
      <w:pPr>
        <w:pStyle w:val="Heading1"/>
      </w:pPr>
      <!-- more elements here -->
    </w:p>
    <wx:sub-section>
      <w:p>
        <w:pPr>
          <w:pStyle w:val="Heading2"/>
        </w:pPr>
        <!-- more elements here -->
      </w:p>
      <w:p>
        <w:pPr>
          <w:pStyle w:val="Heading2"/>
        </w:pPr>
        <!-- more elements here -->
      </w:p>
    </wx:sub-section>
  </wx:sub-section>
</wx:sect>

So, assuming that you are getting the wx:sub-section elements, you can use
them to identify the groups of headings (and other paragraphs that go with
the headings, of course).

If you are not getting the wx:sub-section elements, then you have a fairly
normal grouping problem, to which you can find solutions in Dave Pawson's
FAQ and Jeni Tennison's web site.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




"Silvia Liberto" <SLiberto@xxxxxx>
12/06/2005 11:13 AM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc

Subject
Re:  wordml to docbook







> Your input format has something like this (simplified)
>
> <p style="level1">
> blah
> </p>
> <p style="level2">
> blah
> </p>
>
> correct?
yes you are right!
i can transform all the elements inside of <p>...</p>
and i can create the sect1 but my problem is now,
if style="level1" i create <sect1> and all elemets which are
inside of this <p>-tag shoud be inside.When the style"level2" comes
i want to open a <sect2> inside of <sect1> and all elements of
this <p>-tag with level2 should be inside and so one...and this
opening of <sect2> without closing <sect1> is my problem!

i don4t know where of my templates i have to step in that the rest
of the element of a certain level of <p> gets inside!?

i want this:
<sect1>
   <title>1</title>
   blabla
   <sect2>
    <title>2</title>
     blabla
    <sect3>
     <title>3</title>
      blabla
    </sect3>
   </sect2>
</sect1>
<sect1>
<title>1</title>
blabla
</sect1>

Silvia Liberto


--
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.