Pure xml flow in InDesign suggest pls...

Hi everyone,
we have pitched into the new xml workflow in InDesign. Basically it looks like Pearson ETM XML workflow followed in Quarkxpress.
Please go through this sample pearson xml coding followed in quark:
DUE TO PROBLEM IN POSTING WE HAVE CHANGED "< >" AS "[ ]" IN ALL TAGS.
[unitPart id=c01-upt-0001]
[title]Defining the Realm[/title]
[sect1 id=c01-sec1-0001]
[title]Geographical Features[/title]
[p]As Figure [xref target=c01-fig-0001/] shows, For many centuries Europe has been a hearth of achievement, innovation, and invention.[figureAnchor figures=c01-fig-0001/][/p]
[sect2 id=c01-sec2-0001]
[title][huc]E[/huc]urope&apos;s Eastern Border[/title]
[p]The European realm is bounded on the west, north, and south by Atlantic, Arctic, and Mediterranean waters, respectively.Chapters [anchor id=c01-anc-0001/] and [anchor id=c01-anc-0002/].[/p][/sect2]
Here our customer asked to proceed the same above xml structure in InDesign.
For example: in above xml [title] tag comes under [sect1] tag as well as [sect2] tag. In Quarkxpress, we can control this [sect1] after [title] tag as [H1] style and [sect2] after [title] tag as [H2] style and so on through CPL rules.
Here we struggle to follow the above process with InDesign. Because in InDesign if we pour the above xml the [title] tag should treated as [title] style.
So please guide and help us whether it is possible to follow the above xml process in InDesign....
Thanks in Advance
Thiyagu

Hi,
John Hawkinson thank you so much your suggestion.
I am new  this type of discusion (on this page). So i think anybody could not replay my answer. So i repost my question.
I want insert tags in my Indesign CS4 files. Is this posible when i select my powermath equaiton then run script. Script add tags automatically before/after my equation. Please ignore IDML word.
Yes i an comfortable with XSLT presently i working with Pearson ETMV2.
I have one more question when i past my snapshot its appear properly but when i agin see my commant then my snapshot disappear (see small blue rectangle).
Thank you John again i am new in this industry please guide.
snegig

Similar Messages

  • Pls suggest for new xml flow in InDesign...

    Hi everyone,
    we have pitched into the new xml workflow in InDesign. Basically it looks like Pearson ETM XML workflow followed in Quarkxpress.
    Please go through this sample pearson xml coding followed in quark:
    DUE TO PROBLEM IN POSTING WE HAVE CHANGED < > AS [ ] IN ALL TAGS.
    [unitPart id=c01-upt-0001]
    [title]Defining the Realm[/title]
    [sect1 id=c01-sec1-0001]
    [title]Geographical Features[/title]
    [p]As Figure [xref target=c01-fig-0001/] shows, For many centuries Europe has been a hearth of achievement, innovation, and invention.[figureAnchor figures=c01-fig-0001/][/p]
    [sect2 id=c01-sec2-0001]
    [title][huc]E[/huc]uropes Eastern Border[/title]
    [p]The European realm is bounded on the west, north, and south by Atlantic, Arctic, and Mediterranean waters, respectively.Chapters [anchor id=c01-anc-0001/] and [anchor id=c01-anc-0002/].[/p][/sect2]
    Here our customer asked to proceed the same above xml structure in InDesign.
    For example: in above xml [title] tag comes under [sect1] tag as well as [sect2] tag. In Quarkxpress, we can control this [sect1] after [title] tag as [H1] style and [sect2] after [title] tag as [H2] style and so on through CPL rules.
    Here we struggle to follow the above process with InDesign. Because in InDesign if we pour the above xml the [title] tag should treated as [title] style only.
    So please guide and help us whether it is possible to follow the above xml process in InDesign....
    Thanks in Advance
    Thiyagu

    It's one of the major differences between Quark and ID.
    ID has a "paragraph composer" as will as a single line composer like Quark's, and it's on by default. When you use the paragraph composer the text is constantly analyzed and spacing adjusted for the best fit and appearance (according to the spacing algorithm and your justification settings) for the entire paragraph. If you force a line break, ID may adjust all the lines above as well as the lines that follow.
    If this is a "serious problem" you shoud probably witch to the single line composer. You'll find a drop down for it in the paragraph style definitin dialog under the Justification settings, or you can change an individual paragraph as a local override from the Control panel flyout menu.
    Most of us whove been ID users for some time find the paragraph composer to be one of the strenghts of ID, and feel it generates nicer looking text than a single line composer.

  • End footnotes to page footnote in xml flow indesign files.

    Hi,
    I am working with xml files in Indesign, but I had the problem with footnote text, because I need to set the end footnotes to be the page footnote.
    Is there any script to make end footnote to page footnote for XML through Indesign files.
    Thanks
    Hasvi

    In Indesign there is no way you can directly work on the XML-IN footnote, since indesign won't support XML tags in footnote stream.
    To achive that you need to have XSLT/Perl/Indesign Scripting.
    This task is achievable, you can create a auto footnote for XML workflow projects.
    1. Create an XSLT to transform the footnote to the respective places
    2. Change all the "<" ">" to some standard names, since indesign won't accept XML tags in the footnote stream.
    3. Import it in indesign and using script convert it to autofootnote.
    Shaji

  • Problem XML table in INdesign CS3 - coming in as tables not rows

    hi
    I am creating a pricelist in Indesign CS3 with xml
    everyting is workin except when the xml imports it puts the data in seperate tables not in one table.
    I have 5 colums in a table of 1 row.I select the table & tag it story, then select the row & tag it row.
    i then select each column & tag itby the individual column names - ProductName, Description,etc
    this matches the xml file structure eg
    <?xml version="1.0" encoding="UTF-8"  standalone="yes" ?>
    - <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <Story>
    - <Row>
    <Category>Acacia Wattles</Category>
    <ProductName>Acacia acinacea</ProductName>
    <CommonName>GOLD DUST WATTLE</CommonName>
    <Description>Hardy small-medium shrub. Golden ball flowers  August to December. Suitable for dry or moist soils, gravel or sandy soils.  Frost tolerant.</Description>
    </Row>
    - <Row>
    <Category>Acacia Wattles</Category>
    <ProductName>Acacia baileyana</ProductName>
    <CommonName>COOTAMUNDRA WATTLE</CommonName>
    <Description>Evergreen small tree with silvery grey  foliage. Golden flowers in winter, young foliage purple</Description>
    </Row>
    </Story>
    </Root>
    the structure in the view panel is
    Root
    -  Story
    -   Row
    Category
    ProductName
    CommonName
    Description
    all the info comes in perfectly but it makes a separte table for each row rather than one table with a nmuber of rows of information
    can anyone help please

    Hi Chook,
    Here is the xml file for your reference. Just import the xml file in InDesign and Pour the xml in textframes it will automatically create the table for you.
    orderform.xml
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Story>
        <table xmlns:aid="http://ns.adobe.com/AdobeInDesign/4.0/" aid:table="table" aid:trows="189" aid:tcols="4">
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia acinacea</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GOLD DUST WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy small-medium shrub. Golden ball flowers August to December. Suitable for dry or moist soils, gravel or sandy soils. Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia baileyana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COOTAMUNDRA WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree with silvery grey foliage. Golden flowers in winter, young foliage purple</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia buxifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BOX LEAF WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium-tall shrub with bright yellow flowers in spring. Most soils, tolerating dryness &amp; lime.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia dealbata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Grey fern-like foliage, bright yellow flowers in spring. Clay soils. Tolerates wetness frost &amp; snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia deanii</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DEANE'S WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Fern-like foliage, pale yellow flowers in winter. Well drained soils. Tolerates frost &amp; some dryness.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia decora</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WESTERN SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy evergreen dense medium shrub. Masses of yellow flowers August to October. Well drained soils. Tolerates some dryness &amp; lime. Usually frost resistent</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia decurrens</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREEN WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Large fine fern-like foliage, profuse yellow flowers in early spring. Well drained soils. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia doratoxylon</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CURRAWONG</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small tree or erect shrub. Leaves straight, firm, narrow &amp; dense. Bright golden flowers in spring. Well drained soils. Tolerates drought. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia flexifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BENT LEAF WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium shrub. Light yellow ball flowers winter to spring. Well drained soils. Tolerates some dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia genistifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SPREADING WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small to medium shrub. Narrow sharply pointed leaves. Yellow flowers in winter. Moist soils.Tolerates dryness. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia hakeoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WESTERN BLACK WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium to tall shrub with dense foliage, yellow flowers in winter. Well-drained soils. Tolerates lime, dryness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia implexa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HICKORY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree with curved foliage &amp; pale yellow flowers in summer. Well drained soils. Tolerates dryness &amp; frost</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia iteaphylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">FLINDERS RANGE WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with blue-green foliage. Pale yellow flowers autumn to spring. Well-drained soils. Tolerates lime, salt &amp; drought. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia lanigera</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WOOLLY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small to medium hardy shrub with attractive woolly grey-green foliage. Yellow ball flowers autumn to spring. Adapts to most soil types. Tolerates frosts.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia leucoclada</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NORTHERN SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Erect shrub or small tree. Glaucous, pinnate leaves. Yellow ball-shaped flowers in spring.  Suited to most soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia mearnsii</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACK WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Green fern-like foliage. Creamy yellow flowers in spring-summer. Well drained soils. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia melanoxylon</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACKWOOD</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tree. Deep green foliage. Cream flowers winter-spring. Good plant for moist conditions. Tolerates salt, snow &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia montana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MALLEE WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading medium shrub. Bright yellow balls in spring. Well-drained light to heavy soils. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia paradoxa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">KANGAROO THORN</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Prickly shrub. Gold ball flowers in spring. Well-drained soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pendula</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WEEPING MYALL</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium shrub. Pale lemon flowers in winter. Silvery blue-green weeping foliage. Well-drained soils. Tolerates dryness, lime &amp; salt soils. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pravissima</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">OVENS WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree with graceful drooping habit. Small yellow flowers in spring. Most soils. Tolerates dryness, lime, frost and snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pycnantha</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GOLDEN WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree. Deep green foliage. Deep golden flowers in spring. Most soils. Tolerates dryness, lime &amp; salt. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia rubida</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RED STEM WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with light green foliage. Yellow flowers in spring. Most soils. Tolerates dryness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia salicina</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COOBA, NATIVE WILLOW</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Graceful weeping habit. Pale yellow flowers in winter. Most soils. Tolerates drought, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia stenophylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER COOBA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Handsome pendulous foliage. Yellow flowers autumn-winter. Most soils. Tolerates dryness, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia verniciflua</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VARNISH WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium-tall shrub with handsome foliage. Yellow flowers in spring. Tolerates wetness, dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia vestita</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HAIRY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with soft grey-green foliage &amp; yellow flowers in spring. Well drained soils. Tolerates lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia ericifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HEATH BANKSIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub. Small leaves, large cones of amber-reddish flowers autumn-winter. Most soils. Tolerates dryness, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia integrifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE HONEYSUCKLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Greenish yellow flowers most of the year, 8 to 15 cm long.  This species varies in size from a shrub to a tree.  It grows on coastal sands and can tolerate severe coastal exposure.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia marginata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SILVER BANKSIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub. Attractive foliage. Cones of yellow flowers in autumn-winter. Most soils. Tolerates wetness, dryness, lime, salt soils, frost &amp; light snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon brachyandrus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">A useful bottlebrush to plant in streets and gardens in inland areas, and also useful in windbreak plantings in hot dry regions.  The foliage is good refuge of birdlife.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon citrinus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RED BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Large shrub with dense foliage massed with crimson flowers in spring/summer.  Most soil type or situation. Tolerates wetness, dryness, lime &amp; salt soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon pallidus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">LEMON BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium to tall shrub with attractive foliage &amp; lovely lemon flowers in spring/summer. Excellent water absorber. Moist soils. Tolerates light snow &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon salignus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WILLOW BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy large shrub with dense foliage massed with lemon flowers in spring-summer.  Attractive white papery bark. Moist soils. Full sun. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon seiberi</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy, quick growing tall shrub. Likes moist/well-drained soils but tolerates boggy wet conditions. Cream to pale pink flowers during spring &amp; autumn. </Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon speciosus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SHOWY BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Long spikes of deep red, gold-tipped flowers in spring.  This species is one of the most attractive of all bottlebrushes.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon pityoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ALPINE BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Shrub with silvery-grey new growth and yellow or cream flowers. Suitable for alpine, subalpine and tablelands. Tolerates periodically wet ground.  Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon viminalis</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WEEPING BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small to medium tree with narrow leaves &amp; rich red flowers in spring. Good water absorber. Tolerates lime &amp; salt soils. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon Captain Cook</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DWARF WEEPING BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy small-medium shrub. Lots of bright red flowers in spring/summer &amp; autumn. Grows better in moist soils and sun. Tolerates light frost. Prune after flowering</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca armillaris</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BRACELET HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Tall spreading shrub.  Narrow dark-green leaves. Small white bottle brush flowers. Windbreaks. Any soil. Tolerates dryness, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca decussata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CROSS LEAF HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall shrub. Small narrow leaves, short mauve-pink bottlebrush flowers in spring-summer. Any position. Tolerates lime, salt &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca ericifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SWAMP MELALEUCA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">A dense, bushy coastal shrub, that loses its lower branches at maturity to expose layers of pale, corky bark.Will tolerate wet, swampy, poorly drained and saline sites.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca halmaturorum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SALT PAPERBARK</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Large shrub to small tree. Small dark-green leaves, profuse white flowers in spring. Any soil. Tolerates wetness, dryness lime &amp; salt soil. </Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca incana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall shrub with soft grey-green leaves. Yellowish-green flowers in spring. Most soils. Tolerates wetness, dryness &amp; lime.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca lanceolata </ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MOONAH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Tall shrub or small tree. Deep green or grey-green leaves. White flowers spring-summer. Any soil. Tolerates wetness, drought, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca lateritia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ROBIN RED BREAST</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium shrub with narrow leaves &amp; bright orange-red bottlebrush-like flowers. Any soil. Tolerates wetness, dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca linarifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SNOW IN SUMMER</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy tree with attractive foliage, lovely paperbark trunk. Conspicuous white flowers in early summer. Most soils. Tolerates wetness, dryness, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca stypheloides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY LEAF PAPERBARK</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall tree with paperbark trunk. Small pointed green leaves, cream flowers in summer. Any soil.  Tolerates wetness, dryness, lime, salt soil &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea ambigua</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE KUNZEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen large shrub. White flowers in profusion in spring &amp; summer. Well-drained soil. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea ericoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BURGAN</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen large shrub with massed fluffy white flowers along arching branches in spring-summer. Well-drained soils. Tolerates wetness, light snow &amp; frost</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea parviflora</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VIOLET KUNZEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium shrub with fine aromatic foliage &amp; massed pinky-mauve pompom flowers in spring-summer. Mois well-drained soils. Tolerates wetness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum brevipes</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SLENDER TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading shrub with white flowers in spring-summer. Suitable for screening. Purplish new growth. Well-drained soil. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum continentale</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Upright prickly shrub with white flowers in spring-summer. Moist soil. Tolerates frost &amp; extended dry periods.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum obovatum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Erect shrub with creamy flowers during spring and summer. Moist well-drained soil. Frost resistant</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum scoparium</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PINK TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pink flowering with narrow prickly leaves.  It will tolerate both dry and poorly drained sites.  The showy, pink flowers are especially valuable for autumn and winter display.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Calytrix tetragona</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COMMON FRINGE MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy medium shrub with aromatic green leaves. Flowers cream to pink, mainly in spring. Well-drained soils. Frost &amp; drought tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa alba</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen samll shrub with white star flowers and round leaves.  Flowers for most of the year. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa pulchella</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DEEP PINK CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy compact small shrub. Deep green foliage massed with</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa reflexa </ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COMMON CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy medium shrub with aromatic green leaves. Flowers cream to pink, mainly in spring. Well-drained soils. Frost &amp; drought tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Eremophila glabra</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY EMU BUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small shrub with grey foliage. Greenish flowers in spring-summer. Very hardy. Well-drained soil.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Eremophila ssp</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VARIOUS VARIETIES</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Please enquire about our varieties of Eremophila</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea Clearview David</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREVILLEA 'CLEARVIEW DAVID'</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen dense medium shrub. Very vigorous growth. Masses of bright-red spider flowers during winter and spring. Well-drained soil, full sun. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea alpina</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ALPINE GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small shrub with grey-green foliage.  Well drained soil. Tolerates frost and extended dry periods. Attractive pink flowers are a nectar-source for native birds.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea lanigera</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WOOLLY GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium shrub. Lime green flowers in winter &amp; spring. Moist, well-drained soil. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea rosmarinifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ROSEMARY GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy quick growing dense shrub, dark-green pointed leaves. Pinkish-red flowers most of the year. Well-drained soil, full sun. Frost tolerant. Good screen plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hibbertia obtusifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY GUINEA FLOWER</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small spreading prostrate shrub with masses of bright yellow flowers in spring &amp; summer. Well-drained soil in some shade. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Myoporum parviflolium</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CREEPING BOOBIALLA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Attractive ground cover with white flowers in spring. Sunny position. Most soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Westringia fruticosa(white or blue)</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NATIVE ROSEMARY</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Rounded medium shrub with grey leaves. White or blue flowers spring-summer. Very hardy in most situations. Useful screen plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Daviesia latifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HOP BITTER PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Open straggly shrub with ovate leaves. Yellow &amp; brown pea flowers in spring. Very hardy</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dillwynia retorta</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SMALL LEAF PARROT-PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Variable upright or prostrate shrub with yellow &amp; red pea flowers in spring-summer. Well-drained soil. Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dillwynia sericea</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SHOWY PARROT-PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Upright shrub with sticky hairy stems, copious yellow &amp; red pea flowers in spring-summer. Well-drained soil. Tolerates frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Mirbelia oxylobioides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MOUNTAIN MIRBELIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Open branched shrub with small leaves.  Orange-yellow pea flowers in late spring. Well-drained soil, semi shade. Drought &amp; frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pultenaea foliolosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BUSH PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small leafed shrub with yellow-orange flowers in spring.  Well drained soil. Drought &amp; frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pycnosorus globosus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DRUMSTICKS</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Robust perennial with woolly, silvery leaves. Tall globular yellow flower heads appear in spring &amp; summer. Hardy, sunny situation, most soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa reflexa var.</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading or erect shrub with round dull-green leaves. Green or red &amp; green bell shaped flowers from autumn-spring. Hardy plant. Likes well-drained soi.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Atriplex nummularia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">OLD MAN SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dense, large, grey shrub with whitish, branches. Frost and salt tolerant and withstands severe drought and long periods of shallow flooding. Excellent fodder plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Chenopodium nitrariaceum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NITRE GOOSEFOOT</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spiny, greyish shrub, with slender branches and thick, green leaves. Drought and saline soil tolerant and can withstand extended period of complete inundation.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Enchylaena tomentosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RUBY SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Attractive, excellent container plant with succulent red berries. Tolerates drought, frost and some salinity.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Maireana decalvans</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACK COTTONBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Good coloniser on heavy soils.  Tolerates salinity to some degree.  Rarely grazed by stock.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Rhagodia spinescens</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">THORNY SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Branches rigid and often ending in a spine.  Leaves oblong and greensh or mealy white.  Fruit a deep red berry.  Useful for colonising saline scalds.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bursaria lasiophylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HAIRY BURSARIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Prickly evergreen tall shrub with small leaves, masses of small white flowers in spring. Most soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bursaria spinosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944"&g

  • How to Find the XML Tag in indesign

    HI!!<br /><br />We are working with XML work flow in indesign. In indesign how could we find the XML Tag in indesign.<br /><br />Example::<br />In the Below list we could have to find the xml tag <chapter> in story editor or in the main text frame in indesign using find option. Kindely sent if any Plugins is available.<br /><br />For exmaple:<br />************<br /><book><br /> <part><br /> <chapter><br />  <head><br />   <para><br />    <bold><br /><br />Thanks,<br />C.K.Venkatesan

    I imported the xml file in vb.net. now i want to find the number of pages and no. of elements. i found out it. but i was not able to find which elements are placed in which page. i want that information. plz kindly help. i am using vb.net. for eg. <ce:figure> placed in which page no., <ce:sections> placed in which page no., etc..,

  • Unused XML Tags in InDesign CS2.....

    Hi all,
    Using Javascript i need to generate a report for all unused XML Tags in InDesign CS2.
    Please help it is very urgent...
    Thanks in advance...
    Regards
    Subha

    Hi,
    John Hawkinson thank you so much your suggestion.
    I am new  this type of discusion (on this page). So i think anybody could not replay my answer. So i repost my question.
    I want insert tags in my Indesign CS4 files. Is this posible when i select my powermath equaiton then run script. Script add tags automatically before/after my equation. Please ignore IDML word.
    Yes i an comfortable with XSLT presently i working with Pearson ETMV2.
    I have one more question when i past my snapshot its appear properly but when i agin see my commant then my snapshot disappear (see small blue rectangle).
    Thank you John again i am new in this industry please guide.
    snegig

  • Exporting data from DB to a XML file (in InDesign CS3)

    Hi folks,
    I receive my data from a call to a database in InDesign, then I need to save them in XML file in my local drive, I use Mac OS X but I want to use the same code (as much as possible) shared with the same version of plugin on Windows. I also need to import the data back from XML file (via using script) to the local doc in InDesign later on. Would you please advice me of how to export/import to/from XML file in InDesign's doc. I checked the code in SnpXMLSampleHelper file. Is that the good/best approach to do it in InDesign?
    TIA,
    Nima

    Hi Martin,
                    Check this..u have to explore more for this issue but i think it can help u a bit
    <a href="/people/anilkumar.vippagunta2/blog/2007/02/01/office-control-in-webdynpro--i:///people/anilkumar.vippagunta2/blog/2007/02/01/office-control-in-webdynpro--i
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/3483789514b748b6fe1f145e9685ab/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/3483789514b748b6fe1f145e9685ab/content.htm</a>
    regards
    Sumit

  • I keep getting the following message every time i plug in my Iphone to Itunes on my windows vista computer  Itunes was unable to load data class information from sync services. reconnect or try again later.  any suggestions pls  Mario

    I keep getting the following message every time i plug in my Iphone3gs to Itunes on my windows vista computer
    Itunes was unable to load data class information from sync services. reconnect or try again later.
    any suggestions pls
    Mario

    The article says that I should upgrade to the latest iTunes. I am on the latest iTunes version.
    If you could read just a tiny little bit further, under the "Additional Information" section immediately after that, it says:
    If you are still experiencing this issue when syncing, or have not installed Xcode 4 and get this alert:
    Follow the troubleshooting steps in Mac OS X v10.5, v10.6: Resetting the SyncServices folder.
    If the issue is still unresolved, follow steps in Sync Services: Advanced troubleshooting for contact and calendar syncing.
    Have you tried those measures?

  • XML import : make InDesign access external entities

    Hello,
    I'm importing XML files in InDesign via a XSLT transformation.
    The source file location is on a web server (it works perfectly, you can import an online XML file in InDesign). This is a generic source file, wich contains urls to specific XML files that will be effectively imported. This multiple-input transformation is performed in XSLT with the document() function.
    It works well with Saxon, but the InDesign's processor doesn't seem to handle that and returns : "The external entity {file.xml} cannot be found".
    I understand this is a complex operation, but is there any way to outpass this limitation within InDesign ?
    Thanks :-)

    Thanks for answering.
    I've found a solution so this is just to let you know.
    I use the desktop version of InDesign. I'm importing in it, with a script, "specific" XML files located on a web server (an OAI-PMH repository). So the paths of these files start with http.
    These paths are given by a "generic" XML file also located on the repository, so its path also starts with http.
    The source file I import is the generic XML file, from which a XSLT extracts the web addresses of the specific XML files to process them.
    A template would look like :
    <xsl:template match="oai:OAI-PMH/div">
            <xsl:apply-templates
                   select="document(@online_path)/rootNode"/>
    </xsl:template>
    Then the XSLT transform all the specific files to make a really big and single XML file which is the one really being imported in InDesign. It's a single transformation with multiple-input.
    The InDesign's XSLT processor can get an input from an online repository, but it doesn't seem to handle the document() function so it can't make multiple input. My solution is to let Saxon do this work. The script writes a batch file calling Saxon with some parameters, executes it and waits for the output, which is then imported in InDesign with no more processing. I would have preferred to let InDesign do the transformation but this is ok.
    I hope I was clear enough.
    Romain

  • XML flow workflow

    I'm trying to import XML data into InDesign to create my pages. I've applied a simple XSLT transformation to organize the structure of the XML the way I need it.
    The problem I'm having is one of the elements isn't always in every node. If that element is in the current node, I want to add a return after it. If that element isn't in the current node, I don't want to add the return. How do I go about accomplishing that? Should I add it to my XSLT, and if so, what do I need to add? Do I add some type of processing instruction?  I've done some searches and can't seem to find the answer to my problem, any insight would be greatlly appreciated.
    Thanks in advance!

    I'm trying to import XML data into InDesign to create my pages. I've applied a simple XSLT transformation to organize the structure of the XML the way I need it.
    The problem I'm having is one of the elements isn't always in every node. If that element is in the current node, I want to add a return after it. If that element isn't in the current node, I don't want to add the return. How do I go about accomplishing that? Should I add it to my XSLT, and if so, what do I need to add? Do I add some type of processing instruction?  I've done some searches and can't seem to find the answer to my problem, any insight would be greatlly appreciated.
    Thanks in advance!

  • XML Importscript to InDesign?

    Hello Forum,
    I'm just searching for a solution to import a few XML-files into InDesign.
    Each XML-file is about one theme.
    So it is much work to import each xml-file one by one into InDesign (up to 300 files).
    Do you know a possibility to import the whole XML-files by a java-script?
    I only found export-scripting, but no import.
    I'll be very, very glad, if you can help me!!
    Greetings,

    The big consideration in importing XML is setting the XML preferences correctly. For an append import you can modify the following function which requires a reference to the active document as its only parameter:
    function xmlAppendPrefs (docRef){
    var xmlPrefs = docRef.xmlImportPreferences;
    xmlPrefs.createLinkToXML = false;
    xmlPrefs.allowTransform = false;
    xmlPrefs.ImportStyle = XMLImportStyles.APPEND_IMPORT;
    xmlPrefs.repeatTextElements = false;
    xmlPrefs.importToSelected = false;
    xmlPrefs.ignoreWhitespace = true;
    xmlPrefs.ignoreUnmatchedIncoming = false;
    xmlPrefs.importCALSTablbes = false;
    xmlPrefs.importTextIntoTables = false;
    Assuming you have an array of XML file references, you then iterate through the array to import the files. The next function makes sure that the fileRef reference passed is a file but does not check to make sure the file exists. The function expects a reference to the active document and the file reference (fileRef) as its parameters.
    function importXMLFile (docRef, fileRef) {
    try {
    if (fileRef instanceof File) {
    docRef.importXML(fileRef);
    } else {
    docRef.importXML(File(fileRef));
    } catch (e) {
    throw (e);
    You will want to make sure that your XML files do not repeat the Root tag. If they all share the same similar structure, you should have no problem.
    For instance, if the file structures all begin with <story>, your structure will end up with <Root><story>story contents here</story><story>another story contents here</story></Root>.
    Hope this helps,
    Shirley Hopkins                           

  • Symbols do not flow into InDesign from standard text file

    Within our application, we have the option to type in symbols within a text editor. Symbols include the copyright, registered, and trademark symbols. We then take the text that is typed in and merge the text to a standard text file, then place that file within InDesign CS3. At one think those symbol flowed in perfectly, but recently those symbols do not flow into InDesign on their own. What could be causing this problem.
    Any body have any thoughts?
    Thanks,
    Brian

    You can get these three (serif) characters in Symbol with
    <0xF6D9><0xF6DA><0xF6DB>. Your three characters come in pink (which
    means they don't exist in the font). It could be that they used to work
    because you had a different Symbol font loaded. I always seem to have at
    least three Symbol fonts (T1, TT, OT) going, even though I try to only
    have one.
    But why bother with the font change? These characters are ANSI: © ALT
    0169, ® ALT 0174, ALT 0153. You should be able to see them in your
    text editor and in just about every decent text font.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibited ted sign. Any suggestions pls.

    I've updated to yosemite from Mavericks, but since i can't connect to the internet I used my time machine back up which was march 2013. Now my macbook pro won't start and ends with a prohibted sign. Any suggestions pls.

    Install or Reinstall Yosemite, Mavericks, Mountain Lion, or Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Hi Everyone, Just wanted to seek your assistance. We're using and Adobe InDesign CS6. The XMedia UI Plugin for it, will it allow you to open .xml files in InDesign or that plugin is just used for Importing XML? Thanks in advance.

    Hi Everyone, Just wanted to seek your assistance. We're using and Adobe InDesign CS6. The XMedia UI Plugin for it, will it allow you to open .xml files in InDesign or that plugin is just used for Importing XML? Thanks in advance.

    I've moved your question to the InDesign forum.

  • Pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again-.suggestions pls?

    pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again….suggestions pls?

    http://www.apple.com/support/mac/app-store/contact/

Maybe you are looking for

  • Modificar Plano de Contas B1 versão 8.82

    Boa tarde, Estamos com uma necessidade na empresa de modificar o plano de contas atual, para entrar nos padrões internacionais. Porém não posso criar uma nova base de dados para isso. Preciso importar esse novo plano de contas, manter o antigo para h

  • How can I restore the game data from an old ipod touch to a new one?

    How can I restore the game data from an old ipod touch to a new one?

  • Insert ActiveX Object - not in list

    Hi, guys. After one time, I'm not able to install by myself ActiveX controls and embed these controls into ActiveX containers yet. I refer to ActiveX controls that can be embedded into ActiveX containers, not those used to instantiate other applicati

  • Printing/saving to PDF...  pdf file size is enormous...

    I am trying to convert a psd file that is a 36"X80" banner to a pdf file.  In the past, I have printed to PDF and all has been fine.  Today the Print to PDF fails...  it doesn't give me an error it just pretends like it prints to pdf with the status

  • Flash MX Sound

    I've made a flash giftcard for a project and I'm trying to import some sound for it, but when I try importing to the library it always refuses every single format of sound I try. wav, mp3, midi, etc. It keeps saying it has a problem reading them.