Mapping FM styles in RH7

I am using RH7 in the Tech Comm Suite and cannot figure out
how to map the FrameMaker style to styles I have created in a
custom style sheet. The list in the Style Mapping window always
defaults to the default.css. How can I get the list from my custon
style sheet to show up there??? There is nothing about this in the
RH online help.
I don't have much prior experience in RH so this might seem
like a basic question to some.
~Kim

Well, when RH creates the topic(s) that corresponds to the
framemaker file, it also creates a separate css file for EACH fm
file that it imports. Each .ccs file has a name that corresponds to
the FM file name. It appears to use the mappings you specify but
also creates other styles that it uses. If you also use other
custom styles (like for links), those are not added to the
individual css files that RH creates (making it difficult for your
site to have a consistent look and feel). I've been working on this
for several days, trying to find an optimum way to do it, and it is
a real pain as far as I'm concerned. (It's also driving me crazy
the way it codes the html for lists, but that's another story...)
One thing I'm trying now is to create a template for my RH
files, and have a custom fmstyles.css file that is used by it.
Then, in the Topics list, I select all topics at once, and then
apply this template to all (via "Properties" in the context menu).
That results in my custom css file being linked to all the topics,
rather than the individual automatically generated ones. Of course,
if I do an "update" on any of my topics generated from FM files,
then that application of the template will have to be done again.
Hope this helps,
Linda

Similar Messages

  • How to Map the styles in indesign

    I have updated certain styles in template now I need to updated those styles in source indd file.
    Do we have any way to map the styles or do we can replace the styles from one indd doc to another is there possible.
    Otherwise do we have any other simplest way in indesign.
    I have to replace more than 30 to 40 documents.
    Then it take so long time.
    Is there any script to make it soon.

    REMO1980 wrote:
    The actual probs is I need to replace only the style naming not the style.
    Example:
    In indd file the style name is "Title" I need to replace this style name to Chapter Title.
    Is this Possible in
    scripting?
    Yes its possible ....
    Check below code
    //rename paragraph style
    var myDoc = app.activeDocument;
    if (myDoc.paragraphStyles.item("Title") != null)
    myDoc.paragraphStyles.item("Title").name = "Chapter Title";
    But if you importing template style and your template style naming is different then your document stye. I think you can also use delete old style and replace with your new style.
    //delete and replace paragraph style
    if (myDoc.paragraphStyles.item("Title") != null && myDoc.paragraphStyles.item("Chapter Title") != null)
    myDoc.paragraphStyles.item("Title").remove("Chapter Title");
    Shonky

  • Can a DTD map custom styles to standard HTML tags?

    Hi,
    Every week the publishing house I work for has to manually copy the entire content of a weekly magazine on an article-by-article basis into an online database, the web version of the magazine. This means copying the styled InDesign content and inserting it into the database as plain text, re-finding all those italics (and any other styling) and putting it all back manually.
    I already know that I can create tags with all the basic HTML styles needed in the 'Tags' palette in InDesign, and then export that.
    The trouble is that when I re-import the XML file, I have to laboriously map the custom house-styles (there are many of them and they're boiler-plate, i.e. consistent, across all the magazine's InDesign styles) to the imported HTML styles.
    So here's my question:
    Am I wrong to believe that it's possible to create a DTD that would import not only the HTML tags but their relationship to the existing, custom-named InDesign tags that are common to all the magazine's documents?
    As an InDesign wish-feature, what's missing from the 'Tags' corner-menu is 'Export DTD' - if that was available, I could map the whole relationship between Indesign Styles/HTML styles just one time and later import the DTD on other articles; which would tell the Structure View how to convert our custom house-styles (both Paragraph Styles and Character Styles) into HTML tags and cut this time-consuming task in half.
    Thanks!
    EDIT: I perhaps should have mentioned that obviously the final stage after this 'dream conversion' is to export the XML from the Structure View. Then I can just open the saved XML file and paste it into the CMS with formatting intact.
    Added extra explanation of the workflow.

    geekbelief wrote:
    Googling XSLT and InDesign, it seems that such a stylesheet, if I were to create it, possibly couldn't handle spaces in the original InDesign style-names..? If anyone knows that for a fact, I'd be glad to be aware of it before starting down a long path to a roadblock.
    That's a good question. Let's find out together, shall we. I just created a text frame with Lorem Ipsum text, and created "a style" (with space) and "bstyle" (without). Now ... Map Style to Tag doesn't work, presumably because the tags don't exist and I assumed this would *create* them. And if you create one, ID complains "tags cannot contain tabs or spaces". (So can you have a Tab in your paragraph style name then? Gosh.)
    ... Forcing in a Non-breaking Space (#160) also doesn't work, this time ID simply says "A tag name cannot contain the character ' '."
    I think that's one you have to do manually.
    geekbelief wrote:
    I'm guessing that if I wanted to change the InDesign style 'Subheader' into 'h2', that snippet of the XSLT would be like this...?
    <xsl:template match="Subheader"><h2><xsl:apply-templates /></h2></xsl:template>
    Yeah, that's the correct syntax. But you cannot use an XSLT for mapping InDesign styles to tags. The process as I described works when importing your XML into InDesign, and changes the tags in the XML file to match InDesign styles. That's the other way around.
    I don't expect anyone to write this for me, but any hints or links to tutes that I haven't yet found would be appreciated!
    For a simple one-to-one translation of tag names, you can use this all the way. You only need any other XSL command if you want to do more than simple translation, such as filtering, moving, combining, or separating tags or their contents.
    There are lots of good tutes on the 'web for XSLT, although it seems interest has diminished lately. Half a decade ago XSLT was "hot"; nowadays the iPad is. Is there any news on improvements for ID's native XSLT support in CS6? I dare bet there are none at all -- it's already been deemed "yesterday's technology" by Adobe's Dev Team, just as Flash was discarded per CS5.5. I'm sure next year DPS will follow; and the year after that EPubs will be gone for good as well, replaced by holograms, transmitted live from your local library.

  • Is it possible to reuse the map file that was produced to map FrameMaker styles to RoboHelp when creating a PDF in RoboHelp?

    I'm using RoboHelp 11 to produce WebHelp. The documentation was previously written in FrameMaker and posted in PDF format, however it has undergone many releases since those days. I'm now being asked to create the help in PDF and WebHelp. Not really an issue except that the help format does not look particularly good in PDF (not designed for both).
    Ideally I'd like to just use the map file from the original Frame to RoboHelp conversion in reverse (with a little editing)--to convert the RoboHelp styles to the original FrameMaker formats when I create the PDF, however A) there doesn't seem to be an option for that, and B) the original FrameMaker to RoboHelp map file doesn't seem to have been preserved after that conversion.  Is it there and I'm just not seeing it?
    If necessary I can just create another CSS to redefine the styles, but if I don't have to, I rather not.

    I suspect that even if you could find the mapping information (pass as to where) it would simply tell you that Style A in Fm was mapped to Style B in Rh but not give you any information about how Style A was defined in Fm.
    I think your only options are to create a CSS as you suggest or, as I would, create redefine the Word Style Mapping Template to suit. By going to Word first, you can edit the output for better page breaks and other tweaking you might want.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Score editor: mapped score style

    Hi,
    I' m trying to write normal head notes in a mapped score style.
    But i can only get an "X" instead of the normal head note.
    I have: opened an environment window> double clicked on the icon> in Head i' ve change the "X", but it didn' t work.
    Thanks.

    it will provided you have chosen the correct instrumnet mapping and score style.

  • Bizarre Error: "Map Missing Styles" - CS3

    When updating linked text, I got a "Map Missing Styles" error, which said it was missing a certain paragraph style. I've never seen this error before and a google search came back with zero results. The needed paragraph style is definitely there, but it's inside a folder in paragraph styles. And before you ask, yes, the paragraph style was in the folder when I styled the original text.
    Anybody else ever have this issue? Can IDCS3 just not handle linked text when its paragraph style is inside a folder?
    thanks

    At what point in the operation do you map tags to styles?
    I suspect what may be happening is that some of the paragraphs were initially tagged by quadruple-clicking or by mapping styles to tags. Either of these entails that paragraph returns are included within tags, so that closing tags occur at the start of new paragraphs. Then, when you delete a paragraph, you are left with remnants of that paragraph's old tags (with nothing inside) in the following paragraph. (Check the Story Editor to test this.) Now, if you map tags to styles at this point, a paragraph with residual tags like these can be given the style of a paragraph that has been deleted.
    The way to avoid it is to make sure closing tags occur before the paragraph returns -- but of course if you are getting InDesign to "clone" for repeating XML elements, the resulting "cloning" behavior will be different. Consider the option to not include contents of whitespace-only elements to fix it. It will probably take a bit of trial-and-error to get it working exactly the way you want it to, but that's par for the course!
    Jeremy

  • Mapping InDesign style names to PDF tags

    I've mapped style sheet names to tags in InDesign, and they display correctly in the InDesign structure panel, but when I export a PDF, it is my style sheet names that persist in the PDF tag window. Any ideas how to fix this?

    Hi Jongware
    Many thanks once again for your help. I have one more tweek to make to this code and that is to define which page I want to start loading pdfs from. The original script this is based on does ask me, but the code below does not and I am not sure which line of code I need to do this.
    //DESCRIPTION:Place PDF pages 2-up
    // Jongware, 22-Sep-2009
    // (based on PlaceMultipagePDF.jsx)
    //Make certain that user interaction (display of dialogs, etc.) is turned on.
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    //Display a standard Open File dialog box.
    var myPDFFile = File.openDialog("Choose a PDF File", "PDF files:*.PDF");
    if(myPDFFile == "" || myPDFFile == null)
      exit(0);
    myDocument = app.activeDocument;
    myPage = myDocument.pages.item(0);
    myPlacePDF(myDocument, myPage, myPDFFile);
    function myPlacePDF(myDocument, myPage, myPDFFile){
    var myPDFPage;
    app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
    var myCounter = 1;
    var myBreak = false;
    while(myBreak == false){
      if(myCounter > 2 && (myCounter & 1)){
       myPage = myDocument.pages.add(LocationOptions.after, myPage);
      app.pdfPlacePreferences.pageNumber = myCounter;
      if (myCounter & 1)
       myPDFPage = myPage.place(File(myPDFFile), )[0];
      else
       myPDFPage = myPage.place(File(myPDFFile), )[0];
      myPDFPage.horizontalScale = 90;
      myPDFPage.verticalScale = 90;
      if(myCounter == 1){
       var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
      else{
       if(myPDFPage.pdfAttributes.pageNumber == myFirstPage){
        myPage.remove();
        myBreak = true;
      myCounter = myCounter + 1;
    I need to import more than one document into my A3 document, so I need to be able to determine where to start placing.
    Then the script will be perfect - many thanks - hope you can help.
    Regards
    G

  • RH9: Mapped to Styles in a .dotx; All My Bolding is Reversed (?!)

    Text assigned my normal style has bold formatting assigned. But the style itself doesn't call for bold. Also, things that were supposed to be hold (e.g., GUI elements) now are no longer bold!
    If I select a paragraph with this odd bolding, Word says it has the normal style assigned. But if I highlight the paragraph, and then assign the normal style again, the bold goes away and all seems well.
    I can fix this stuff manually, I guess, but there has to be a better way. What am I doing wrong?

    Peter, thanks for replying. Had a weekend and a high-priority project in there, so I'm getting back to this now.
    Just in case I explained this a little poorly, my Word template (the .dotx I used to map in RH9) has no bold formatting assigned to the normal style. When viewing the properties of the normal style In the Word document created by RH9, the normal style still has no bold formatting. It seems the normal text in the RH9-created document has bold formatting assigned in-line. If I highlight the paragraph and reapply the normal style, the text appears normally. I had a few words in the .dotx template that were bolded via the toolbar icon. Per Colum McAndrew's suggestion, I created a bold character style and assigned that as needed. I did the same for the .css in RoboHelp (and one for italic and one for boldItalic in both the .dotx and the .css). He thought the inline bold formatting could be to blame. After stripping that forced formatting and using character styles instead, the normal text in the RH-created doc still shows up with bold formatting assigned.
    I am using Word 2010. I tried it as a .dot; no effect. The template is indeed mine; I've torn it apart and can't find anything suspect. When creating the print version of a document with the style mapping template supplied by RH, all appears correctly, i.e., there's no incorrect bolding anywhere.
    I just realized that when using my template, I am mapping the .css' Body Text style to my .dot/x's Normal style. Could that be fouling things up?

  • How to map para style by script

    Hi
    My indesign file has already some Group style, when I try to flow the XML file in Indesign that time same style of paragraph are not mapped with automatically. FYI
    Here 'TXT' style is already defined in 'Chapters' Group style (see Part A). After flowing again 'TXT' (see Part B) is coming in without mapping.
    Now I want to map the 'Part B' style with 'Part A' is this possible by script?

    Hi
    I have used this code but its showing errors
    _mappingStyle("TXT", "Chapters", "Chapter_Title") 
    _mappingStyle("TXT", "Chapter_Title") 
    function _mappingStyle(findStyle, changeGroup, changeStyle) 
        app.findGrepPreferences = app.changeGrepPreferences = null;   
        app.findGrepPreferences.appliedParagraphStyle = findStyle;   
        app.changeGrepPreferences.appliedParagraphStyle = app.activeDocument.paragraphStyleGroups.item(changeGroup).paragraphStyles.item(changeStyl e);    
        app.activeDocument.changeGrep();     
        app.findGrepPreferences = app.changeGrepPreferences = null;   
    by hasvi

  • Mapping Styles from Word 2010 to RoboHelp HTML 10

    Hello all,
    I have created customized styles for myself and my team to use for authoring content, which I then import to RoboHelp, as I am the only individual who understands RoboHelp and HTML/CSS. I created a corresponding CSS style sheet in RoboHelp to correspond with the names of the Word styles. When I go to import the files in RoboHelp, I am running in to an issue with paragraph tags and heading tags.
    When I import a file from a Word document, I have not found a way to map a <p> tag that is parsed from a Word document to an <h> tag, as heading tags do not appear as a selectable item in the Conversion Settings  window when importing Word files. I would be able to keep the formatting if I left the headings as <p> tags; however, it is my understanding that RoboHelp 10 search relies heavily on the heading tags for weighting search results. I have about 400 topics, and search is used heavily by those using my documentation. I would prefer to keep the <h> tags in place in the RoboHelp files and retain the search functionality, if at all possible, while finding an easier import option from Word files.
    At this point, I have to manually change the HTML for each <p> tag to match the correct heading style. While Find and Replace works well for this, I would prefer to have a seamless import from Word (which bloats an HTML file horrendously, I know) by mapping from one style to the next. Has anyone found a way to map a <p> tag to an <h> tag so that the search functionality does not suffer? Or am I just approaching this the wrong way?

    You are correct in your assumption that I am referring to paragraph styles when speaking of <p> tags. The paragraph styles come over as <p> tags, and I was just thinking of my style sheet. Sorry for the confusion.
    Speaking of my workflow, I'm attempting to map the styles for one topic at a time when importing a new Word file. I set up a test project to test out my style sheet, as I am upgrading from RoboHelp 7 right now. .I need to get one document to map correctly to save the settings for future imports.
    From the Import window, I click the Edit... button in the Word Document section. After RoboHelp scans the Word file, a list of all the styles from the Word document display. When I attempt to select from the available styles I want to map to from my RoboHelp style sheet, I don't have the option to select the heading styles I created in my RoboHelp CSS file. Does this provide you enough information to give you context on how I am attempting to map the styles?
    I found this article that leads me to belive that RoboHelp does not support mapping to a customized heading style from a CSS file. I realize that this is around the printed output, but it states the following:
    If custom heading styles aren’t named in the format Heading <number>, they are not treated as headings.
    If it doesn't work going from HTML to printed output, I'm guessing that there is not support going from Word to HTML. Am I wrong in this assumption? Do I just need to alter my style sheet to only use the standard <h> tags to fix this issue?

  • Load or import custom style mapping in link options – is that possible somehow?

    Hi Everyone,
    I'm working with Instructions for Use and Technical Manual documents in InDesign. I'm constantly fine-tuning our templates, and now I have to refresh them again, because of a brand refresh. I'm using the Custom Style Mapping in the Link Options panel a lot, because it helps us to copy the text from older documents to the new ones with the right formatting, with less effort. The only thing I miss is the “Load/Import Custom Style Mapping” option from this panel.
    Do you know if there’s any options to export/import/load these mappings somehow from one document to another? Is it possible to write a script for that? I find this part of InDesign quite unattached, it seems to me (based on my search) that no other people are using it. I feel lonely, help me here!
    (I have created many new mappings in an older document, and I’d like to be able to use them in the new templates as well, but I can only do that if I map the styles again. And it’s quite time consuming. Maybe I'm just using too many paragraph styles, I have no idea – this could be another question: what is too much when it comes to styles...)
    Thanks a lot,
    Zita

    Sync is not intended to be used as a backup service like you are talking about, but it will work as long as you save the Recovery Key, as Jefferson mentioned (you also need your Sync Username ''[email address you used]'' and your account Password).
    Mozilla has just started working a new "cloud service" that is code named '''PiCL''' for "Profile in CLoud", which I am expecting will be a lot easier to use and might allow the user to access their bookmarks and other data from the internet without adding a "borrowed" PC to your Sync account.

  • Style Mapping for TOC & Drop-down

    I'm using RoboHelp 8 and MS Word 2007. I've modified the Style Mapping.dot Word template in the project folder (as opposed to the generic one in the RoboHelp installation folder). I've done the mapping in the Printed Document Appearance dialog box. The problem is that RoboHelp seems to totally ignore or override the styles in the template. I hope that someone can tell me what I'm doing wrong. Let me list some of the problems:
    In the table of contents, the top-level entries are numbered. Within RoboHelp, the Heading 1 entries are not numbered, and the comparable style, TOC1, in the Word Template is not numbered. Yet in the output, the entries are numbered. I don't want them numbered.
    The Word output for "dropspot" text is indented by 1/2", and the output for "droptext" is indented by 1". Both are encased in <p> tags in the RoboHelp source, and the style for div.droptext in the default.css does not contain a left-margin rule. In the Word template, the mapped paragraph style for the droptext does not contain an indent. Of course the style information for dropspot on both the RoboHelp and Word sides is a character format and can't contain any left-margin/indent information. Just for grins, I tried changing the color for dropspot and droptext in the style sheet; that change was produced in the output, but nothing that I have been able to do eliminates the indentation.
    The Word output for the droptext is bolded. Again, it is not bolded in the RoboHelp source, defalut.css, nor in the Word template style mapped to it.
    In the case of the TOC problem, RoboHelp seems to add the numbering to the TOC1 style even though it is not in Style Mapping.dot. Fixing is fairly simple by just altering the style in the output.
    In the case of the dropspot/droptext entries, the problem is monumental. RoboHelp does not appear to add the indentation information to the Word style sheet. Instead, it appears ot modify every single instance inline. Beccause the Help system in question consists of a very large volume of drop-down entries and because it must exist in both online and printed versions, it virtually requires the maintenance of two entirely separate "documents." Since the source can change frequently and substantially, that becomes extraordinarily expensive in terms of resources. We really need to be able to generate useful printed documentation from the online source. Any suggestions.

    I just created a new project and set it up to map to the Style Mapping template. That is obviously a new copy taken from the installation folder.
    I opened the template in Word and used the Change Style pod (CTRL + SHIFT + ALT + S). There I removed numbering from the TOC style. When I generated a document, there was no numbering.
    Dropspots can be part of a paragraph so there should be no indenting. In this sentence "part of a paragraph" could be a dropspot so indenting would be a nonsense.
    Using the supplied template neither were indented.
    That all suggests to me that a fresh look at your in project template needs another review.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problem Mapping Tags to Styles in CS2

    Hello, I am running CS2 (V4.0.5) on XP SP2. I have XML-tagged text that I am mapping to styles/map by name. While the paragraph styles apply correctly, character style sheets that shouldn't apply are being applied as well. I have replicated this multiple times.

    Hi,
    Can you provide some text examples from your xml file. This because to identify the concern in the xml coding.
    Regards
    Thiyagu

  • Mapping styles issue

    Hi All
    My name is Caryn Drovie.  I am a technical writer and i have used Robohelp HTML in the past but new to 9.0
    I am having some issues I cannot resolve that I will try to explain but I  think if someone can use a program like "Show my PC" and look at my PC it will be quicker and easier to troubleshoot.  The project I am working on was a former writers and I am trying to modify and work with his c.s.s and styles and templates.  Here are my initial questions first:
    CSS
    1.  I first began to edit the default c.s.s and add styles - was that wrong?  Should I take those out?  I had changed to his new c.s.s he had created.
    2.  Should the styles I create and use map the styles in the c.s.s and in the write area in the c.s.s properties page.
    3.  What do I do with the styles in c.s.s I am currently not using but may use in future?
    Styles
    1.  I have lots of styles the previous writer created.  I have not used them all but I might in future, do I delete the styles not used?
    2.  I notice that when I am trying to map a style my style drop down info does not always match my style pod info and shows in gray shaded in drop down?
    3.  The client I am working from wants me to do the following, can it be done because it is not working for me?  They want me to create process steps. no table, and use 3 styles in a row.  First style is numbering, second is result paragraph and 3rd is screen shot.  But when I modified existing styles and apply the styles all detail moves and does not align properly.  I have tried to apply none style to clear styles and reapply but no matter what I do it does not work.  I do not want to type numbers directly or play with the indents.  My goal is following example lined up and spaced out nicely:
        1.  This is the first step
              Result:   this is the result alwhere all lines are aligned
              Screen shot aligned
    Can you please help me?
    thanks
    Caryn Drovie

    1.  I first began to edit the default c.s.s and add styles - was that wrong?  Should I take those out?  I had changed to his new c.s.s he had created.
    2.  Should the styles I create and use map the styles in the c.s.s and in the write area in the c.s.s properties page.
    3.  What do I do with the styles in c.s.s I am currently not using but may use in future?
    1] It is not wrong to edit the default.css but I do prefer not to. It is  perhaps better regarded as a clean css to base new css files on or  something to use as a yardstick when another css is giving you grief. If you are no longer using that css, perhaps best to leave it for now until these issues are resolved. You can always get a clean default.css from a new project.
    2] I am not sure what you mean here.
    3] Leave them or comment them out. /* just before the definition and */ at the end of it.
    Styles
    1.  I have lots of styles the previous writer created.  I have not used them all but I might in future, do I delete the styles not used?
    2.  I notice that when I am trying to map a style my style drop down info does not always match my style pod info and shows in gray shaded in drop down?
    3.  The client I am working from wants me to do the following, can it be done because it is not working for me?  They want me to create process steps. no table, and use 3 styles in a row.  First style is numbering, second is result paragraph and 3rd is screen shot.  But when I modified existing styles and apply the styles all detail moves and does not align properly.  I have tried to apply none style to clear styles and reapply but no matter what I do it does not work.  I do not want to type numbers directly or play with the indents.  My goal is following example lined up and spaced out nicely:
        1.  This is the first step
              Result:   this is the result alwhere all lines are aligned
              Screen shot aligned
    1] Isn't that the same question as 3 in the previous section.
    2] Map a style where? A screenshot would help. Use the camera icon to insert.
    3] You could set up a multi level list as described on my site where levels two and three have no bullet or numbering. Alternatively at the end of line one, press Shift Enter and the next line will align to the text, not quite what you want as there will be no indent but maybe that is acceptable.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problem mapping styles to tags

    How do I prevent creation of the "Story" tag during mapping of styles to tags?
    I need to achieve the following using a script:
    I have two XMElements in the structure view, say Title and Body as follows:
    <Root>
      <Title/>
      <Body/>
    </Root>
    Also, I have two text frames in a document. The first text frame has text with parastyle named "titlestyle".
    And the second text frame has text with parastyle named "bodystyle".
    What I need is when I do mapping of styles to tags (mapStylesToXMLTags) then the text with "titlestyle" should be placed as contents of title tag and the text with "bodystyle" should be placed as contents in body tag.
    The problem is that when I map styles to text a Story tag is created for each text frame and the original Title and Body tags remain as it is, i.e, empty.
    I get:
    <Title></Title>
    <Body></Body>
    <Story><Title>here are the contents</Title></Story>
    <Story><Body>here are the conents</Body></Story>
    NOTE: If you select the text in text frame and then click the tag in structure view, then the contents are placed correctly. This is what I need as follows:
    <Title>here are the contents</Title>
    <Body>here are the contents</Body>
    Regards,
    Vinoth

    Hi,
    Can you provide some text examples from your xml file. This because to identify the concern in the xml coding.
    Regards
    Thiyagu

Maybe you are looking for

  • Can't see new contacts added to iphone during sync

    During my iphone sync i used to see a window that would pop up indicating any changes in the address book and any new contacts to add during the sync then i would hit Sync Contatcs and it would add the new information to the address book and iphone a

  • Using HOST built-in in Forms under an AIX O/S

    Hello, I need to use the HOST built-in inside a form under an AIX O/S, but it doesn't work. I have tried some different options: a) HOST('cp /xx/xx/xx/file1.txt xx/xx/xx/file2.txt'); b) HOST('sh cp /xx/xx/xx/file1.txt xx/xx/xx/file2.txt'); c) HOST('k

  • Why cant I restore a backup to Iphone 4S (5.1.1)?

    Hi all, I have done a backup to my computer for my iPhone 4 (version 4.3.5) Had bought an iPhone 4S (version 5.1.1) and had connected my 4S to my computer and tried to restore the backup but failed. Did anyone experience this before and how do u solv

  • Facing the user profile service service failed error message

    Hi,  This is prasad, and am facing the below error message while i try to logon to the system with administrative password.  The User Profile Service service failed the logon.   User Profile cannot be loaded. Can you please help me out how to resolve

  • Opening the .mcp file in samplecode(illustrator cs2 sdk)

    Hi all, I m new to mac os... I have the sample code for the codewarrior projects. When i try to open the .mcp file, it displays a dialog "Convert Project" asking whether to convert or not. What does this mean? If i give convert, the project opens but