TetraSix

Majix Light 1.1

MaJix

  • What's new ?
  • TetraSix Software License Agreement for Majix
  • Downloading Majix
  • Obtaining a Java VM
  • Running Majix
  • Majix process
  • Majix user interface
  • Majix input format
  • Majix intermediate format
  • Majix output format
  • Modify input format
  • Modify XML tag names
  • Browsing XML documents
  • The configuration file
  • The tools
  • The sample
  • Comments
  • Majix intermediate format

    The conversion process uses a mapping from the Word styles names and an internal definition. By default, the mapping between Word styles (or characteristics), Majix internal definition and XML tags are summarized in the following table.

    Word style or characteristic

    Intermediate format

    XML tag (output format)

    Document properties

    Include info block.

    A check box allows you to include info block in the generated XML file or not.

    Document properties

    info block:

    <info>

    Document properties

    title (info):

    <title>

    Document properties

    subject (info):

    <subject>

    Document properties

    author (info):

    <author>

    Document properties

    operator (info):

    <operator>

    Document properties

    manager(info):

    <manager>

    Document properties

    company (info):

    <company>

    Document title property

    document title

    <title> (not the same as the document title included in the "info block")

    Heading 1-6

    section level 1-6 and section title

    <h1>, <h2>, <h3>, <h4>, <h5> or <h6> element followed by the title <ht>

    Normal

    paragraph

    <p>

    User defined paragraph styles

    block element 1-9

    <b1>, <b2>, <b3>, <b4>, <b5>, <b6>, <b7>, <b8> or <b9>

    List simple (not a default Word style, so, you must define it)

    simple list item

    <list> for the first paragraph and <item> for the following ones

    List bullet

    unordered list item

    <list style='bullet'> for the first paragraph and <item> for the following ones

    List number

    ordered list item

    <list style='numeric'> for the first paragraph and <item> for the following ones

    List continue

    Continued list item

    A new paragraph <p> in the <item> element

    Definition list

    Definition list : a definition term, a tabulation and the definition

    <dl>

    <dt> for the term

    <dd> for the definition

    Regular tables

    Table

    <table>

    Regular tables

    Table row

    <row>

    Regular tables

    Table cell

    <cell>

    Regular tables

    Cell width attribute name:

    <cell width="99">

    Character styles

    Emphasis

    Emphasis

    <emph>

    Strong

    Strong

    <strong>

    Product Name

    Product Name

    <list>

    TradeMark

    Trade Mark

    Jargon

    Jargon

    <jargon

    Keyword

    Keyword

    <kw>

    Example inline

    Example in-line

    <item>

    User defined characters styles

    Inline element 1-5

    <ie1>, <ie2>, <ie3>, <ie4>, <ie5>

    Coloured text

    Colour XXX : <c color='xxx'>

    <c color='the color'>

    Bold characters

    bold text:

    <b>

    Italic characters

    italic text:

    <i>

    Underlined characters

    underlined text:

    <u>

    Hidden characters

    hidden text

    <v>

    tabulation

    Tabulation entity

    Not defined by default

    A picture

    picture

    <graphic url="url", name="entity_name">

    picture entity prefix:

    pict It is not used to define a tag but is used as a prefix to build the names of the picture entities and of the system identifier of the picture entities.

    Pictures directory

    images

    Picture extension

    wmf

    Picture notation name

    wmf

    Picture notation identifier

    -/TetraSix/NOTATION Windows Metafile/EN

    Hypertext link

    Hyperlink

    <link url="address" refid="id">

    Table of contents

    Table of contents

    <toc>

    Bookmark

    Id attribute : id='...'

    <XXX id='...'>


    Copyright TetraSix, 1999 - info@tetrasix.com