Can I insert comments into RTF Templates?

I'm using Oracle XML Publisher Template Builder for Word, Version 5.6 Build 45.
The RTF template I'm working on has grown to be quite complex, and I would like to include some documentation on the template, so that other people who might pick up the work after me know what was happening.
Is there any way to insert comments into the template, in the same way as is possible for e.g. in SQL? I tried to insert a Word Comment, but that generates errors.
I suppose the alternative is to document logic decisions etc. in a separate document.
Thanks

Hi,
You can use the following xsl tag
<xsl:comment>This is a comment!</xsl:comment>
Sandesh

Similar Messages

  • How can i display image in RTF template when Oracle Apps running in Windows

    Can any body help how can i display image in RTF template when oracle apps running in Windows Server.
    Thanks
    Ravi

    Hi Ravi,
    You can add images into your rtf template using MS Word Insert Picture feature.
    Did you try this method?
    Thanks
    Ravi
    [email protected]

  • Using iMovie 11 and can't insert photos into story line?

    I just got IMovie 11 and the browsers won't highlight when trying to create a movie.  I can't insert photos into the storyline

    If I had to guess, and this merely based on reading iMovie Discussion Group threads, I would say sometimes Themes/Trailers/Animated Titles have problems. Not to say they cannot be used, but they can be the source of crashes and other bad behavior if something gets corrupted in them. Animated titles (in a regular iMovie Project) can cause instability and crashes. So I would say, some of those Themes may not be reliable and have pieces or parts built into the template that are causing this issue.
    If you wanted to try doing a bit of preventive maintenance try this:
    Go to Applications > Utilities > Disk Utility and launch this program
    Click on the Repair button under Disk Permissions and let it run until it finishes. Reboot the Mac, and open iMovie see if you get any different behavior out of iMovie with one of those failed Project Theme movies if you have one still available to open and look at. I won't say this is going to fix it, but it's sometimes can help. Also there's an iMovie preferences file that can get corrupted and lead to problems. To find the iMovie prefs:
    Go to the Desktop look for the Go Menu at the top menu bar. Hold down the Option key and click on the Go menu. Click on Library > Preferences.
    In the list of files there are: com.apple.iMovieApp.plist and also com.apple.iApps.plist
    Drag both of those to the trash and relaunch iMovie. See if that preference file deletion helps.

  • Can not insert null into foreign key issue

    Hi ,
    I am having parent-child relationship table.
    In the child table when I am adding a new record , data is getting inserted with foreign key.
    After insert if I immediately update the same record. Its giving error that can not insert null into foreign key.
    If i click on rollback button I am able to update that record properly.

    Hi ,
    I am having parent-child relationship table.
    In the child table when I am adding a new record , data is getting inserted with foreign key.
    After insert if I immediately update the same record. Its giving error that can not insert null into foreign key.
    If i click on rollback button I am able to update that record properly.

  • Can we do Calculations in RTF Template

    Hi Friends
    Can we do calculations in RTF template with the fields existing in the XML code.
    Say there are 2 fields CF_TAX1 and CF_TAX2, can we do calculations with them to give output in a cell in a table in the RTF template for eg:
    (CF_TAX1)/(1+CF_TAX2)
    What will be the exact syntax of the above to be used in RTF Template.
    Regards
    Ray

    All kind of calculations can be done, you can also use varibale and store the values and print it in differnt cell

  • How can I Insert data into my msaccess Database table

    Hello all,
    I am new to Java programming and I have problem that how can i insert name into my database table.
    The code which i have written is following:
    String filename = "d:/test.mdb";
    String database = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=";
    database+= filename.trim() + ";DriverID=22;READONLY=true}";
    Connection con = DriverManager.getConnection(database,"","");
    String s = String.valueOf(text.getText());
    int k =10;
    Statement st = con.createStatement();
    st.execute("create table Test123(name text)");
    st.execute("INSERT INTO Test123 values" +s);
    on the INSERT program throws exception???
    can any one help me how to insert data into tabel.
    Thanks

    he INSERT program throws exception???
    can any one help me how to insert data into tabel.I have never used the jdbc driver to access, but what do you think that the flag READONLY=true means? An insert is not a read.
    Kaj

  • Is there a way to insert comments into numbers on an ipad, or an alternative?

    Is there a way to insert comments into numbers on an ipad, or an alternative?

    If you mean in the iBooks app - tap on Collections in the upper left corner. Then tap New. Name the collection. Tap Done. Then tap the Edit button in the upper right. Tap on the books that you want to move to select them. Tap Move in the upper let corner. Select the newly created collection.

  • Insert Image in RTF Template Conditionally

    Can an image be inserted into an RTF Template using an If-Then statement? Like this:
    <?if:FIELD1='IMAGE1' 'insert IMAGE1' else 'insert IMAGE2'?>
    If this is possible what syntax needs to be where the example says 'insert IMAGE1'? The images are jpg files that exist on a local PC but the template will run on a Unix machine.
    Is there a way to do this? Thank you very much.
    James

    you can try like this
    <?template:image?>
    <?if:FIELD1='IMAGE1'?>
    IMAGE1
    <?end if?>
    <?if:FIELD1!='IMAGE1'?>
    IMAGE2
    <?end if?>
    <?end template?>
    use this tag where u need image <?call:image?>
    for image location or dynamic images check these links
    https://blogs.oracle.com/xmlpublisher/entry/dynamic_images
    https://blogs.oracle.com/xmlpublisher/entry/one_of_our_images_is_missing
    http://learnobi.blogspot.com/2012/08/dynamic-image-in-rtf-of-oracle-bi.html
    Signature image on template

  • Insert Table into RTF

    Hi
    I read some articles about how to create table with JTable. Currently, I am using DefaultStyledDocument in javax.swing.text package to create rtf file. I don't know how can I add table that is created by JTable into the document object. Which additional method or class is necessary for solving the problem? Please give me some direction about how to do it. Thanks!

    Thanks for reference. I read through the articles I found I understand the concept but to me there is a lot of unfamiliar class to me. Is there a method that just simply use the JTable object which can be inserted into document?

  • How can I insert data into the standard CRM tables ?

    Hi Experts,
    Scenario----
    I need to download few attributes (fields) from SAP MDM to SAP CRM via SAP XI. I'm using the 'COMT_PRODUCT_MAINTAIN_API' API for it.
    The attributes(fields) that are present in the strucutres of API are downloaded into CRM system (by executing the Inbound proxy that is created based on the Message Interface created on XI) by calling the functions present in the API.
    And for those fields that are not present in CRM, but need to be downloaded into CRM, I'm creating the Set Type attributes in CRM, which get appended to the API.
    My query is:
    There are fields in CRM into which I need to insert the values. But they are not listed in the API. So, how can I insert(/download) the values into these standard fields?
    Regret the long description. Intended to be clear.
    TIA. Points will be awarded.
    Regards,
    Kris
    Edited by: Kris on Jul 21, 2008 8:00 AM

    he INSERT program throws exception???
    can any one help me how to insert data into tabel.I have never used the jdbc driver to access, but what do you think that the flag READONLY=true means? An insert is not a read.
    Kaj

  • How can i insert data into DB from my page programatically in Oracle ADF..?

    Hai, this is praveen.
    I have created  an EO and VO, when i have inserted data by dragging and dropping from DataControl -->Operations-->Create. I have successfully inserting data. But how can i do it programatically. What are the pre-defined steps that i can use over there to insert data into table programatically. Could u plz help me?

    Hi,
    You have to create an action Listener in the bean for any button.
    Then call an AM method.
    In that you have to do the following
    ViewObject yourVO = getYourVO();
    Row r = yourVo.createRow();
    r.setAttribute("Column1", value1); //the name of column should be as it is in your vo attribute.
    yourVO.insertRow(r);
    this.getDbTransaction().commit();
    Thanks

  • I have Adobe Pro 9 and I can't insert pages into a PDF created by Adobe Pro 8

    I've looked at the other discussions about not being able to insert pages into a PDF, and tried all the suggestions, but to no avail. I think the problem is that the original PDF was created in Adobe 8, and I have Adobe 9. When I open the PDF in Adobe Pro 9, the security screen says that editing is not allowed, and the screen is greyed out so that I can't change the settings. When I open the same PDF in Adobe Pro 8, the security screen says "No Security". 
    I also checked the "Documents" screen in Edit -> Preferences, and changing the "View Documents in PDF/A" to Never doesn't help.
    Does anyone have any suggestions?

    That would be a question for Adobe support. Firefox does advise users when their Acrobat plugin is out of date, but the actual update is done by Adobe.

  • Can't insert videos into iTunes...

    hello guyz...
    i wanna ask something...
    when i bought my iMac, there was already iTunes 6 and i could insert videos into iTunes and sync it into my iPod video...
    but now, i've already downloaded iTunes 7.02...
    the weird thing is...i can't insert any videos into the library!
    i already tried videos with ending .mp4 and .3gp...
    but it doesn't appear in the library...
    what should i do?
    can somebody help me....
    plieezz...

    This is the menu I'm talking about...

  • Can't insert data into atable

    I have a block with several database text items, such as studname, studno, grade1, grade2, grade3 and total.
    I want the total text box to be a calculatd item, so i set the "calculation mode" for the total text box to "formula" and in the "formula" property I wrote the following: :evaluation.grade1 + :evaluation.grade2 + :evaluation.grade3.
    So far so good, but when i run the form and insert data and then try to save...I get an error "frm:40508" telling me "unable to save".
    Any help please

    Thank you steven for your reply;
    I still get the error, I can insert data into the same table using SQL*plus but i can't insert using forms developer.
    I did as you said and looked in the help menu, it says "wrong SQL statement" "ORA-01747:user.table.column"
    I didn't write the SQL statemnet....its written automatically by forms.
    I also, get this error "ora-00936: expression missing" when i try to query qnd execute the table using forms.
    Any help please??

  • Can't insert text into web page plus script error message

    I'm using CS3 and, on a fairly regular basis, when I am either pasting or inserting content (usually a newsletter of 500-1000 words), I get a message saying something like I can't insert text in this area. I definitely can insert text in the area as I have done it tons of times before. I sometimes have to cut and past a doc line by line to get it to insert. Very frustrating!
    Also, just recently, I've been getting a script error message, "An error has occurred in the script of this page" followed by Line: 992, Char: 106, Error: Unterminated String Constant, followed by the question: Do you want to continue running scripts on this page? I click Yes and everything seems to work fine.
    Help on either would be appreciated.
    Thanks in advance.

    You might want to make sure you are trying to copy plain text. It's possible that if you are copying from a Word document or another Web site that you are bringing along extra unseen code it doesn't like.  Try copying into Notepad first and then copying from Notepad into Contribute.  Not sure if that's the problem or not, but that's what came to my head first.
    I used to get an error that sounds similar (however it's not reproducing the error for me right now) to your error.  It was because some of my users had javascript menus on their page that Contribute didn't like.  However, if worked fine when you clicked yes and it was fine once it was published.   So if you are running a script that's probably why and I wouldn't worry too much about it as long as you can continue working and the page displays to your users correctly once published.  It's just annoying.
    Hope that helps.  Good luck.

Maybe you are looking for

  • One Legal entity two company code - pros & cons

    Hi SAP GURUS, We are having one legal entity with multiple products. I want each plant  to be a profit center. But i am loosing plant wise profitability when we are transferring the same product from different plants, in a common depot. This is becau

  • Opening of wallet based credential store failed. Reason java.io.IOException

    Hi all, I installed soa 11.1.1.3 when i am trying to run admin server i am getting the below exception plz help me if you have any idea . weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider

  • Menu Links Not Highlighting Completely Once Authored To Disc

    Hi,    I haven't been able to find anything answering this question as yet - apologies if it's something that's been covered already.. I'm using CS5, and I've gone via Dynamic Link to Encore.. All has been good - and it all looks sweet on the preview

  • Apply gradient to text, cs5 like Classroom in a Book

    I need to create a title in a document, a single word heading at the top.  I'm using Win7 32 bit and AI cs5 and the book, Classroom in a Book. I'm on page 310 where "Mike's Coffee" is the tutorial text.  I've converted my text to path outlines, then

  • Acknowledgement in Java based appliacation

    Hello experts, I am doing SOAP-PI-Proxy Asynchronous scenario. SAP PI exposes the Web service and it is being consumed by Java application. Now client wants either system or application level positive acknowledgement in their application. please sugg