Dose Indesign CS3's Data Merging List not surpport double byte language?

Please help?
Dose Indesign CS3's Data Merging List not surpport double byte language? But Indesign CS2 works well with Chinese Language!
Thanks
David

I just did a test, in IDCS3 with a mixed English/Traditional Chinese/Simplified Chinese/Korean tab-delimited text file, and after some coaxing, it worked like a charm.
1) I did it with a Unicode-encoded tab-delimited text file. When I went to "Select Data Source," I checked the "import options" box so that I could specify that the text file was Unicode. (What encoding is your data merge source file?)
2) When I hit Preview, I realized that I'd set the generic form letter in a font that had no Korean support, so I had to select an appropriate font with Korean glyphs. (Are you using a font in ID that has Chinese support? I assume so.)
So, yes, Data Merge works with Chinese characters. I didn't test it with csv, but I will if you're stuck using it. If you're starting with an Excel file, it's not hard to get it to spit out a tab-delimited Unicode text file.

Similar Messages

  • ID.CS3: Make Data Merge more useful?

    Data merge is a useful function of Indesign but its scriptability is limited. I've searched this forum and found some scripts that run a pre-linked ID document. I'm trying to script the linking of fields with known text strings.
    Looking at the dictionary I see that the only thing that has read/write is properties.
    My attempt to see what properties I can read/write seems to only point to its own reference.
    Is this part of data merge (assignin fields to text strings) just not scriptable? thanx, sam

    OK, here is my latest attempt to take what Olav's javascript uses and apply it to Applescript. I'm stuck on applying the myNamePlaceholder as notedby  by myNamePlaceholder:
    It yields no placeholder. But I believe I've done it right because I've followed the record generated when I manually make a placeholder and get the data merge text placeholders of document 1. What am I missing?
    thanx, sam
    set myTextFile to ("path:to:working:date.txt") as alias --I'm using a text file that works manually.
    tell application "Adobe InDesign CS3"
    set {find text preferences's find what, find change text options} to {"[Sample Name]", nothing}
    tell document 1
    tell data merge properties
    select data source data source file myTextFile
    set myDataMergeProperties to properties
    end tell
    set allObj to (find text)
    set objCt to count of allObj
    repeat with thisObj from 1 to objCt
    set NameObj to item thisObj of allObj
    set myStory to parent of NameObj
    set myFrame to parent text frames of NameObj
    set NameObjOffset to item -2 of insertion points of NameObj --of myFrame
    set dmFcount to count of every data merge field of data merge 1
    repeat with i from 1 to dmFcount
    if field name of data merge field i of data merge 1 is "FirstName" then set myNamefield to object reference of data merge field i of data merge 1
    end repeat --dmFcount
    set myNamePlaceholder to {story offset:NameObjOffset, field:myNamefield}
    set {myNamePlaceholder} to end of data merge text placeholders
    return properties of data merge text placeholders
    --yields {} if I have no placeholders manually made. If I have manually made a placeholder, it yields only the manually made placeholder. What am I missing?
    tell myStory
    end tell
    end repeat -- iterate over each instance of obj
    end tell --doc1
    end tell --app

  • 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

  • InDesign Crashing During Data Merge?

    Is anyone having any issues with InDesign CS3 crashing while doing a data merge with Excel?  Microsoft had some updates with the Office products and I'm wondering if one of the updates has caused a communication problem between the two?

    I do it pretty often using CS3 and csv files. As I recall, a broken network path to the source caused me a problem once.
    At what point is the crash? You could have a corrupt file, create a new one and test. Elsewise, there could be a character within the data source. Are you using .csv source files (I do but many, especially Mac users, go with .txt source files).

  • Report in PDF format can not support double byte character ?

    Hi :
    I am developing the simplified chinese application , when i generate the report in PDF format , i found all double byte character did not display correctly . i am using dev6i+patch5 , why ?
    it is a bug of form or not ???????
    HELP !!!

    try this ,Install acrobat4.0 or above and make sure you got acrobat distiller which will add a acrobat distiller printer in you windows. print report direct to that printer (don't change desformat) and you should got your PDF file with correct font setting.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by xie min ([email protected]):
    Hi :
    I am developing the simplified chinese application , when i generate the report in PDF format , i found all double byte character did not display correctly . i am using dev6i+patch5 , why ?
    it is a bug of form or not ???????
    HELP !!!<HR></BLOCKQUOTE>
    null

  • Safari 5.1.1 browser is not support double byte character website.

    In have installed 5.1.1 Safari, the double byte characters are not supporting in this browser. The same site(http://home.mcafee.com/Default.aspx/?culture=zh-cn) works fine in Firefox and IE8. The site also works fine in my friends system Safari 5.1.1. Do I need to install any plugin or change any settings?
    Note : I have installed Windows 7 Language packages.

    I had tried this but it's the same. I have attached a screenshot for your reference. This same page looks fine in other systems. The text is missing in the highlighted sections.

  • Update Script Problem CS2 to CS3 ( Time/Date/Year Script NOT WORKING IN CS3?

    The below script works in CS2 but not in CS3? WHY?
    //DESCRIPTION: Use to insert date/time into document.
    if (app.documents.length == 0) { exit() }
    insertDTs(app.documents[0]);
    function insertDTs(aDoc) {
    var curPrefs = aDoc.characterStyles[0].extractLabel("dtprefs");
    if (curPrefs == "") {
    // Doc has no prefs; use saved prefs
    curPrefs = getCurPrefs(File(getScriptPath().absoluteURI.replace(/Insert\.jsx/, "Prefs.txt")));
    } // end if curPrefs
    var prefParts = curPrefs.split("\n");
    if (prefParts[2] != "[None]") {
    insertIt(aDoc, prefParts[0], prefParts[2]);
    if (prefParts[3] != "[None]") {
    insertIt(aDoc, prefParts[1], prefParts[3]);
    function insertIt(aDoc, formString, cStyleName) {
    var formStrings= ["Day, Month, Year"]
    var theFuncs = [dayMonthYear]
    var charStyleStrings = aDoc.characterStyles.everyItem().name
    if (indexOf(charStyleStrings, cStyleName) < 1) { return } // style not found or is No Style
    var func = indexOf(formStrings, formString);
    if (func < 0) { return } // requested form not recognized
    var dateString = theFuncs[func](new Date());
    app.findPreferences = app.changePreferences = null;
    aDoc.search("", false, false, dateString, {appliedCharacterStyle:cStyleName});
    } // end insertIt
    function dayMonthYear(date) {
    date.setDate(date.getDate()+1);
    // returns dayName, monthName date, year
    var myDateString = date.toLocaleDateString();
    myParts = myDateString.split(" 0");
    if (myParts.length != 1) {
    myDateString = myParts[0] + " " +myParts[1];
    return myDateString.slice(0,-5) + "," + myDateString.slice(-5);
    function indexOf(array, find,offs) {
    for( var i = offs == undefined ? 0 : offs; array.length > i; i++ ) {
    if( array[i]==find ) {return i}
    return -1;
    function getScriptPath() {
    // This function returns the path to the active script, even when running ESTK
    try {
    return app.activeScript;
    } catch(e) {
    return File(e.fileName);
    } // end try
    } // end getScriptPath
    } // end insertDTs

    It uses CS2-style searching is the most obvious problem.
    Try putting it in a folder named "Version 4.0 Scripts" -- without the quotes -- and run it from there.
    Dave

  • CS4 Data Merge tag not replacing with data

    I have a directory with multiple tags that my client updates weekly. Suddenly, one <<tag>> refuses to populate with the data.
    On my clients windows machine it is the first tag (A column) that remains a tag.
    On my mac it is the W column.
    I have tried re-running with an older csv file and the problem persists.
    I have looked at the csv file with text wrangler and see nothing of suspect.
    Anyone else seen this issue?

    I's check to see if perhaps there's an extra field that's been introduced. You might need to open in a spreadsheet to make this obvious.

  • [AS] Trying to change Single Record number under data merge?

    Any help would be great?

    This is where I am trying to go with this:
    tell application "Adobe InDesign CS3"
    tell data merge 1 of document 1
    tell data merge preferences
    set record selection to all records
    set records per page to single record
    set record number to 3--or any number or i value I want to repeat with
    end tell
    end tell
    tell document 1
    tell data merge properties to merge records--and merge that one number
    end tell
    end tell
    Setting the record number actually changes the field for single record but when I try to merge said number it does all the records. I am sure its an ordering thing but it is still causing some head scratches. You've all been really helpful with an area that doesnt seem to be detailed anywhere.
    Any help would be great. Thanks.

  • InDesign Data Merge Issues...

    Hey all, I'm relatively new to using InDesign, I've used it previously for basic artwork layouts etc, and I'm familiar with Illustrator and Photoshop, but InDesign is something I'm still getting to grips with.
    I run a mailing company and we have an ongoing requirement for variable data merging. Software designed for variable data work when dealing with PDFs and high res images is incredibly expensive, and so I figured I could try and make use of InDesign's own data merging feature.
    Now I'm fully aware of some of the irritating little issues surrounding this tool, such as the way if you've got two blank fields it only removes one of them, and I also know it used to have an issue where it would pull data through from the next record to replace blanks, but I don't see that happening any more.
    There are lots of webpages and forums discussing the blank fields problem, but my problem is currently something else.
    I've noticed that some of the fields often don't like to display anything other than the header row, the field name.  You drop the field onto the page and create your merge, but when you preview it or publish it whilst most of the fields do as expected and change to show the data, some of the fields do not, they just continue to show <contact> for instance, rather than a name.
    I'm at a loss to explain this really, it's not even particularly consistent.
    As an example of my problem, I laid out the following address block
    <Contact>
    <Add1>
    <Add2>
    <Add3>
    <Add4>
    <Add5>
    <Postcode>
    What I get sometimes is this...
    <Contact>
    123 Sample Street
    Sample Town
    Sample County
    Sample Postcode
    Or...
    Mr AB Sample
    123 Sample Street
    Sample Town
    <Add3>
    Sample Postcode
    If you add the same field again beneath the one that is playing up, the new field will work, but the one beneath it will then play up, so where in the example above it is <Add3> that isn't merging, if I added another <add3> beneath it, I could almost guarantee that <Add4> would then play up.
    I just don't understand it, and it's frustrating me immensely.
    Ironically I know a local professional printers who are using InDesign for all their digital variable print runs, without issue, so I'm not sure what I'm doing wrong. They are using Macs whereas I am using a PC with Windows 7 Ultimate x 64bit, but I've had the same problem on other Windows version, so is it a Windows related problem, or are Mac users just not spotting this??
    Anyone who has ever experienced something similar and perhaps found a solution, please help!!!!!
    Best Regards
    Richard

    RikRamsay14 - thank you for your response, the issue regarding blanks isn't really the concern here, I'm aware of this issue, and the remove blank lines works where this is only one blank field, if there's two blank fields then it only seems to remove one. But I can happily work around this by just shifting all my data across. The data source is fine and is not the problem.
    Peter Spier - Many thanks for your reply Peter, I thought you might be on to something with this, so I tried opening it from scratch and merging instantly without the use of any previewing, at first I thought it had worked, but when I got further down the merge results I spotted the same problem, field headers appearing where content should be.  These instances are not even where the data cell is blank, it just decides not to display the content, but to display the field header instead, it's inconsistent too so it's really hard to analyse to find a pattern.
    My layout incorporates multiple text placeholders containing multiple variable fields.  I am starting to wonder if this could be contributing to the fault. I have tried just creating one text placeholder, and then using the multiple record layout option to display the other three images (it's a postcard four-up on an SRA3 sized page, with four address blocks).  This seems to be less buggy this way, but I have less control with the layout. I'm going to continue to test this theory today, but it could simply be that it can't cope with multiple variable address blocks.
    Thanks for all your help guys.
    Regards
    Richard

  • InDesign CS3 ME not supported the .mrk file

    Hi all,
    I have the problem with InDesign CS3 ME (windows) version is not supported the .mrk file but the same to be support in Normal InDesign CS3 version.
    Hint:
    //pgmk.v02.00 //Prints page information inside the page area
    Anyone help me this.
    Regards,
    Nagaraj

    Has anybody got another suggestion for this please? I am experiencing the same problem.
    I am Using:
    Mac Pro Intel 2 x Quad 2.8Ghz
    OS 10.5.8
    Adobe InDesign CS3 (5.0.4)
    Suitcase 11.0.5.1
    The troubleshooting I have done so far:
    Updated Suitcase.
    Reset suitcase, deleted font caches, re-synced with server.
    Updated InDesign.
    Deleted and reset InDesign preference files.
    Re-saved the problematic documents by selecting 'Save As.'
    Finally, I copied and pasted the text and graphics into a new document which seamed to work for a few minutes but then I was back to the same problem of not being able to edit the size of the text etc

  • Can you place text from a word document using data merge?

    I'm working with a charity that is giving away scholarships/grants. I need to create a ducument that pulls in various application data plus their submitted essay (docx format). I would like to do this via data merge but cannot find any reference if it is possible.
    Please help, I really need to automate as much as possible since this is a side project.
    Kevin

    Data merge only collects info from CSV format - which I expect you would export from Excel. (I think it'll take tab-delimited as well, but that's it.)
    MS Word files can be placed, but Data Merge is not the tool to automate placing of Word-file content. If there is no formatting of their essays, I suspect you could use VBA to cause entire essays to occupy a single cell in Excel. But that would be the only way to use Data Merge to automate import of essays into InDesign.
    Maybe if you tell us more we can give you some more automation suggestions. (I spend a lot of time automating translation workflows, but I still place Word files. All day long, in fact.)
    (edited for spelling)

  • Lost In The Docs / Data Merge

    Hey,
    I'm trying to cook up a script that would add one of the items in my "data merge" into a text frame.
    I have the code below, and I'm trying to understand the scripting help file, but so far I was only able to output some kind of resolve(....) text.
    The "310-7251" is a name of one item in my data merge list. I want the text frame to contain it's.. um.. reference(?), the "<< 410-7251 >>" text that I would get if I did this manually, that would turn into the field's value when I would create a merged document.
    What am I doing wrong?
    var doc     
    = app.documents.add();
    var text_frame = doc.pages[0].textFrames.add();
    text_frame.geometricBounds = [
    '0pt', '115pt', '240pt', '240pt',
    doc.dataMergeProperties.selectDataSource('E:/Temp/Merge-Test.csv');
    text_frame.parentStory.insertionPoints[-1].contents += doc.dataMergeTextPlaceholders.item('310-7251').toSpecifier();

    Well, I gave up and wrote a function that would traverse all the items and find the one I want.
    With my extremely limited knowledge of the language, it seems there's a bug with the item() method; it doesn't accept field name string properly.
    Here's my code that finally worked, but I'd love to know what I was doing wrong.. Thanks.
    var doc          = app.documents.add();
    var text_frame = doc.pages[0].textFrames.add();
    text_frame.geometricBounds = [
        '0pt', '115pt', '240pt', '240pt',
    doc.dataMergeProperties.selectDataSource('E:/Temp/Merge-Test.csv');
    doc.dataMergeTextPlaceholders.add(
        text_frame.parentStory,
        text_frame.parentStory.insertionPoints[-1],
        get_field('310-7251', doc)
    function get_field(field_name, doc) {
        var fields = doc.dataMergeProperties.dataMergeFields;
        for ( var i = 0, l = fields.length; i < l; i++ ) {
            if (fields[i].fieldName == field_name) {
                return fields[i];
        alert('Error: did not find any fields with name ' + field_name);

  • New user keeps crashing indesign CS3

    So i had to add a new user for someone that needs to work on my station in the morning.  I created a new admin user for them and everything else in CS3 suite works okay but indesign. Indeisgn launches okay but when a document is launched it crashes. This is on a G5 10.4.11 OSX. anyone have any clue?

    Repairing permissions is never the answer but people give it out all the time. Even major vendors Mac support team do. Adobe doesn't use the .pkg format for their installers, therefore repair permissions will not help.
    See http://support.apple.com/kb/HT1452
    Does Disk Utility check permissions on all files?
    No. Files that aren't installed as part of an Apple-originated installer package are not listed in a receipt and therefore are not checked. For example, if you install an application using a non-Apple installer application, or by copying it from a disk image, network volume, or other disk instead of installing it via Installer, a receipt file isn't created. This is expected. Some applications are designed to be installed in one of those ways.
    Rather than repairing permissions your better bet assuming you made them an administrator is to go to your Adobe InDesign CS3 folder and slap the Get Info (CMD+I) and check under permissions. I'll assume since you made them an admin that you are also an admin. Under permissions there is a second set of pulldowns called "Group" which are probably going to say "Administrator" on the first and "Read & Write" on the second. Select the second one, set to read, set back to read and write, hit the "Apply to Subfolders" button. You'll likely be prompted for your password.
    Now open the Adobe InDesign CS3 folder, switch to List View, select all files, hit ALT+Right Arrow. Press select all once more, repeat the step above. This is because OS X is fairly poor about applying permissions.
    If you are unconfident feel free to copy your entire folder to your Desktop prior to doing this.
    I'd wager a shiny nickel you have installed a 3rd party plugin, could be as innocuous as a font manager autoactivation one. You won't see the errors from those oftentimes until a document is loaded.

  • Data Merge - Problem with multi paragraph text

    Hi. Does anyone know how to use Data Merge for automating say a newsletter. The reason I ask is that when I produce a .csv file that contains stories with paragraphs, data merge reads the para returns as the next row/record of data. I have contained the story within " " marks and it reads OK into a demo of easy catalog, but data merge just gets all confused. Is anyone using data merge to automate newsletters / catalogues that have lots of text with para returns etc. I read in the adobe online manual that there cannot be any para returns in text because that's how data merge recognises a new record. Just thought someone might know a trick at the data source stage to get around this. Might be a stupid question but had to ask because it's annoying the hec out of me!
    Thanks in advance.

    wouldn't use data merge for this kind of automation, but rather XML, which is a bigger learning curve but worth the effort. a book by james maivald called
    A Designer Guide to Adobe InDesign and XML.
    data merge is great when the data being replaced is the same size, shape and position on each page, but with a newsletter, thats not normally the case and there is no way of threading the merged stories. i'd also imagine that having the stories within a CSV would limit characters which could be used such as " , and tabs (anything which separates the fields). as you say in your post, indesign doesn't have what a lesser program (word) DOES have, which is the "next record" field, allowing text to thread from one story to the next.
    an alternative would be to use a word file with styles and use the mail merge (catalogue merge) which allows the "next record" field, merge it in word, and then bring the word file in. it's a yucky alternative but it does work.

Maybe you are looking for

  • IPod Nano and iTunes 7

    Hello, I just got an iPod Nano three days ago. The box does not say what generation, so I would assume it's the latest (4th generation)? When you rotate the nano, the image will rotate also. The back of the box shows Windows Vista or Windows XP Home

  • Can NOT install Standard ONE on a 2 quad-core processor machine (licensing)

    This is from Oracle's licensing (July 2009): =================================== "When licensing Oracle programs with Standard Edition One or Standard Edition in the product name, a processor is counted equivalent to a socket. However, in the case of

  • How to use standard VS commands in custom menu (vsct)

    Hi, I have a .vsct file which defines a custom menu. I want to add some default Visual Studio commands to this menu as well. I already managed to add some default commands such as copy / paste: <UsedCommands> <UsedCommand guid="guidVSStd97" id="cmdid

  • Troubleshooting Tables

    I am creating a site in dreamweaver using templates and tables.  I have created a table, 2 rows and 2 colums, in which my header is on the top.  On the bottom left I have created a nav bar by splitting the cell into 2 columns then into several rows,

  • Someone can help me to setup Oracle linux 6.0

    I've download oracle linux 6.0 ISO to setup in my VM workstation, but when the setup progress boot up, I can't find any GUI setup director in my screen. I chosen install or upgrade existing system item, and I chose language, timezone,etc..... but it