Q: XML Publisher Training for Customer

Hi,
I am working with a customer who is just starting to use XML Publisher. They claim there isn't a lot of training available to them on the product. Do you know of any customer facing training, material, etc that I can send to them?
Thanks!
Jennifer

Well Oracle Univsersity has course material available since last year and has promised to offer a class before October / Oracle World.
Otherwise I think there is actually quite a bit of material out there:
- The user guide is 400 pages - with MANY examples.
- The XML Publisher Desktop comes with a tutorial and 3 flash demos.
- We have a BLOG and this discussion forum
- We are based on XSL and XSL-FO - you can find good books from WROX and O'Reilly
on XSLT and XSL-FO
- We ship with numerous samples.
Yes, there could be more training material - and I hope we get the Oracle Univerisity
Training soon, but it could be far worse ;) Tim and Leslie did an awesome job creating
all this documentation with a small contribution from me. (Well you can blame me for the Word Template Builder online help).
Klaus

Similar Messages

  • Pulling Signature into an XML Publisher report for Recruitment letters

    Hi All,
    I'm trying to create signed recruitment letters for the Talent Acquisition module and am not quite sure how to handle this technically.. I assume some customizations are in order...
    I guess some of the questions I have are:
    1) Is there OOTB functionality to handle Signatures in PS?
    2) Do i store the image in the database or on an accessible network/local drive location?
    3) Can XML Publisher handle this type of request?
    4) Is there any documentation out there to explain this in more detail?
    5) Any advice on how to proceed?
    I also have a company logo they want pulled into the XML Publisher Report.. i assume it would be a simliar effect.
    Anyway, I was hoping someone out there may have some advice on how to proceed.
    Regards,
    Greg

    Below excerpt from Oracle XML Publisher Core Components Guide
    Images
    XML Publisher supports several methods for including images in your published document:
    Direct Insertion*
    Insert the jpg, gif, bmp, or png image directly in your template.
    URL Reference*
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the
    following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter:
    url:{'http://www.oracle.com/images/ora_log.gif'}
    You can also build a URL based on multiple elements at runtime. Just use the
    concat function to build the URL string. For example:
    url:{concat(SERVER,'/',IMAGE_DIR,'/',IMAGE_FILE)}

  • Can we use xml Publisher reporting for sql* Plus in EBS

    Hello All,
    The current report is designed in Sql* Plus Executable report and the output is in txt format, Now the requirement is to have the output in Excel format.
    So is it possible to use the xml reporting and make the output as Excel from the word template we design from MSword as we do for rdf(I have done few reports created in rdf to xml publisher reports in EBS and stand alone as well.).
    Do the same procedure will suit for Sql*Plus reports tooo or Is there any work around to achieve this.
    Thanks and Regards
    Balaji.

    Hi
    Thanks for the reply..
    I tried to do the follwoing
    1. changed the output to xml in the conc. prog.
    2. ran the same report but i am getting the follwoing error in the output file
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource
    Other reports which are using the Oracle Reports(rdf) as source, i am able to generated the xml as expected....
    So my question is whether we can use sql* reports executable and generate xml in the conc.prog.
    if any one has used the sql*reports for xml publisher reporting... please let me know, so that if its possible i will check my sql needs some validation or tuning...
    thanks in advance
    Balaji.

  • XML Publisher Patch for MS Word 2007 to get the AddInns menu

    Hi,
    What patch i need to download from metalink for XML Publisher.
    I use MS Word 2007, for creating rtf document, i need the AddInns menu in the word.
    Thanks.

    Why yes. How did you know that I saw the way, the truth and the light?
    I just had so many people ask me how to do this, that I thought I might share it with as many people as I could and help the masses To bad that Apple just did not have it as a simple "Save As:" Maybe in the next update.
    -Apple //GS

  • XML Publisher support for BI Beans

    Does XML publisher support all the BI Beans? I am interested in the gantt chart BI Bean and would like to know if it is supported. I know that there is support for all the different chart/graphs types from BI beans, gantt bean is not a graph type but a separate BI Bean.

    Hi Arone
    Missed your msg ...
    You can achieve this, you'll have to use some XSLFO code for now but XMLP will support it natively in a coming release.
    The height is fixed as long as you do not have too much data in which we will wrap the data and increase the height. We do not truncate data, which is what I think you are looking for. I have found a way to do this, the underlying XSLFO language of our templates has options to turn off wrapping and to hide overflow data. You can set these attributes in the cell and the text that will not fit into the cell will be hidden or truncated.
    Add the foollowing to a field in your template:
    <xsl:attribute xdofo:ctx="block" name="wrap-option">no-wrap</xsl:attribute> - this turns the wrapping off
    <xsl:attribute xdofo:ctx="block" name="overflow">hidden</xsl:attribute> - this hides the extra data, effectively truncating the data.
    Regards
    Tim

  • Template Builder (XML Publisher Report) for Open Office

    Hi,
    Do any body has any idea, if can have template builder for Open Office also, My company has un installed MS Office from my machine, and they dont have license now.
    Thanks and Regards,
    Nidhi Gupta

    Hi All,
    I think Oracle can provide a BI Publisher Software for the Open Office, since the licencing cost for MS Office is very high.
    "OpenOffice Writer" is a open source alternative to MS Word and can be used on Linux. If I am using Linux OS and have to work on BI Publisher templates then certainly I will have to install Windows or use WINE ( I donno how it works but heard of it)
    Other Oracle tools such as SQL Developer, etc are platform independent.. then why only BI Publisher is limited for windows/MS Office.
    Tim,
    Can you please answer..
    I think it should integrate with OpenOffice too!!
    Regards,
    - Ejaz
    [email protected]

  • XML UWL Configuration for custom structure in container

    Dear UWL experts,
    We are adding a structure type: ZPRC_UWL_CUSTOM with 10 fields to a Workflow Task container and call it V_UWL_CUSTOM
    Inside the structure, there are several fields called, for example:
    V_OBJECT
    V_SUBJECT
    V_AUTHOR
    We have trying hard, but we cannot find a way to make reference to the V_OBJECT, V_SUBJECT and V_AUTHOR fields from the UWL XML.
    We tried things like:
    <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="V_UWL_CUSTOM" type="string" displayName="V_UWL_CUSTOM"/>
    </CustomAttributeSource>
    <CustomAttributeSource id="ABAP_BOR" objectIdHolder="V_UWL_CUSTOM" objectType="ZPRC_UWL_CUSTOM" cacheValidity="final">
              <Attribute name="V_OBJECT" type="string" displayName="Object Name"/>
    </CustomAttributeSource>
    Could you please help us here?
    Thanks and kind regards,
    Sergio Martinez
    Edited by: Siralos on Oct 31, 2011 3:38 PM

    Hi,
    I only can assume how things are in your system, but I hope that you have a container element V_UWL_CUSTOM in your workflow container. Then you are binding it to the task container V_UWL_CUSTOM, right?
    If the above is correct, then you need to create individual elements in your task container:
    V_OBJECT
    V_SUBJECT
    V_AUTHOR, etc.
    Do binding from workflow container to the task container:
    V_UWL_CUSTOM.V_OBJECT -> V_OBJECT
    V_UWL_CUSTOM.V_SUBJECT -> V_SUBJECT
    V_UWL_CUSTOM.V_AUTHOR -> V_AUTHOR
    Etc.
    If you cannot do the binding from workflow container (=you don't have the element in WF container because of some strange reason), then things get a bit more interesting...
    Regards,
    Karri

  • XML Publisher: issues for  a large data and datatemplate

    There is proposal to build a data template with query consisting of 350 columns and the query is expected to fetch around 10000 rows. The data template will have all 350 columns as elements.
    In the report, the user can select and show whatever columns it wants.
    Apart from tuning of the sql query, what are the other issues involved in the above case.
    thanks and regards

    I guess,
    its gonna take time to get the data into xml from DB,
    and
    of course, if you attach the template with lot of grouping, which i suppose is going to happen after by looking at the no of columns you have...
    wil be heavy on output generation part,
    if the template is going to be little complex one, then it wont be a problem :)
    what kind of issues you faced till now ?

  • Java.io.IOException in OPP for XML Publisher Report

    Hi,
    When we run the XML Publisher report for more data we get an exception in the OPP log as
    [9/27/10 10:26:37 AM] [UNEXPECTED] [1805143:RT102444048] java.io.IOException: There is not enough space in the file system.
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:266)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:76)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:89)
    at java.io.DataOutputStream.writeInt(DataOutputStream.java:191)
    at oracle.apps.xdo.generator.ProxyGenerator.writeInt(ProxyGenerator.java:613)
    at oracle.apps.xdo.generator.ProxyGenerator.setColor(ProxyGenerator.java:1161)
    at oracle.apps.xdo.template.fo.area.BorderArea.renderBorder(BorderArea.java:775)
    at oracle.apps.xdo.template.fo.area.BorderArea.outBorders(BorderArea.java:206)
    at oracle.apps.xdo.template.fo.area.BorderArea.outBorders(BorderArea.java:147)
    at oracle.apps.xdo.template.fo.area.TableArea.doOutput(TableArea.java:271)
    at oracle.apps.xdo.template.fo.area.BlockArea.doOutput(BlockArea.java:427)
    at oracle.apps.xdo.template.fo.area.NormalFlowReferenceArea.doOutput(NormalFlowReferenceArea.java:58)
    at oracle.apps.xdo.template.fo.area.SpanReferenceArea.doOutput(SpanReferenceArea.java:188)
    at oracle.apps.xdo.template.fo.area.BodyRegionArea.doOutput(BodyRegionArea.java:122)
    at oracle.apps.xdo.template.fo.area.PageArea.doOutput(PageArea.java:666)
    at oracle.apps.xdo.template.fo.area.AreaTree.doOutput(AreaTree.java:483)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(FormattingEngine.java:243)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(FormattingEngine.java:121)
    at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:600)
    at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(XSLTHandler.java:594)
    at oracle.apps.xdo.common.xml.XSLTMerger.startElement(XSLTMerger.java:51)
    at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
    at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:307)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1045)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:259)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [9/27/10 10:26:37 AM] [1805143:RT102444048] Completed post-processing actions for request 102444048.

    Check the error: There is not enough space in the file system.

  • XML Publisher Information

    Hi,
    I am a oracle technical. I have worked on forms , reports, discoverer, interfaces, apis etc. I am have following question regarding XML publisher.
    1. What is XML publisher. Administration and Desktop are what. what we can do with each of these two tools.
    2. Can we say XML administration is like Discoverer administration, and desktop is like discoverer desktop.
    3. where these templates places role.
    4. i have seen in R12 there is XML output. How to generated XML output from the concurrent program output.
    5. how can i develop a XML report from starting, template development.
    6. can any one tells the flow of the XML report output, which tool places what role....
    7. Any training material availble giving same apart from Oracle sites information (this site confuses alot.)
    In discoverer, first we carete a business area and create custom folder and write the custom sql. then go to desktop edition and create a worksheet and run the report from applications.
    Can any one tells me how this create of process exists in the XML reports case.
    Regards/Prasanth

    Hi Prasanth,
    I am trying to answer some of your queries with respect to Oracle Applications.
    1. What is XML publisher. Administration and Desktop are what. what we can do with each of these two tools.XML Publisher administrator helps you in defining a XML data definition and its related templates. The data definition links the concurrent program to a template (which can be a RTF or a PDF document.). These tools are very much helpful in producing reports in multiple formats with ease. These tools seperates logic of a report from their layout.
    2. Can we say XML administration is like Discoverer administration, and desktop is like discoverer desktop.In a sense they are similar, unlike discoverer desktop the XML publisher desktop allows you to create your own layout (template). In oracle applications concurrent programs can be used to create the XML output. Oracle apps provides a seeded responsibility called "XML Publisher Administrator" for creating data definition and templates.
    3. where these templates places role.Templates are used to define layout. Just like the layout in oracle reports, these templates can be created in word or PDF which gives more flexibility and convenience in formatting the output.
    4. i have seen in R12 there is XML output. How to generated XML output from the concurrent program output.When you define a concurrent program, you can specify the output format as XML to generate XML output. Remember the output of the program must produce a XML. Oracle reports can generate XML output Or you can generate from a PL/SQL procedure.
    5. how can i develop a XML report from starting, template development.Simplest way of doing this is to create a report with no layout (just create the query and group it the way you need). Define a concurrent request with output of XML, Go to XML Publisher Administrator and create a data definition. Create a template for the data definition. Make sure the concurrent program short name is the code for data definition. Thats it.
    6. can any one tells the flow of the XML report output, which tool places what role....I believe the above explanation is the best answer for this query.
    Hope this helps you in a basic overview of XML publisher.
    Regards
    Venkat

  • XML Publisher in E-Business Suite 11.5.10 Error uploading template

    I am creating an XML Publisher output for a custom report. I have created the Data Defenition, I have created a template file (RTF)in MS Word using BI Publisher Destop.
    Now I am creating a template in XML administrator and Uploding the RTF template file. I am getting an error saying that
    "The uploaded file verapdtl.rtf is invalid. The file should be in XSL format"
    I have no idea what is going on. I have selected the Report format as MS Excel.
    Someone please help
    Thanks
    George
    Edited by: gthomas3 on Feb 3, 2010 7:45 AM

    Hi George,
    An RTF file should be created from the existing XML/BI Publisher Local Installer.
    Once you Install XML/BI Publisher locally, you see XML/BI Publisher prompt when you open a MS Word document.
    So while saving you need to save it as rtf file format.
    And you should create the RTF file as per coding standards mentioned in XML/BI Publisher User guide.
    Pls confirm if you have done the same, if not please follow the instructions.
    Regards,
    Kiran

  • Moving standard reports to XML Publisher

    Customer wants to use XML Publisher features for the Standard reports. He would like to attach custom templates for the PL/SQL standard reports. If I understand correctly we can get XML output for reports written in Oracle Reports(OR) by setting format as XML.
    I assume we can't do the same for reports written in PL/SQL report. What is the best and faster way to get the XML output for the PL/SQL report.
    Pl. Advise.
    Thanks,
    V

    The only thing I can tell you is to change your PL/SQL to output XML tags instead of (I'm assuming) text. Which will not be the easiest of things espcially when you have to nest your tags.
    We have only used XMLP on standard Oracle Reports. Good Luck.

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • Attachments in XML Publisher

    Our attachments are on a web server.
    We have an XML Publisher report for batches. Some of the batches have attachments that defined as "Web Page".
    We want to print the content of the attachments (MS Word, MS Excel or PDF files), together with our report.
    Is there any way to print an external file with XMLP report?
    Thanks.

    i am using xml publisher for general report writing NOT FOR EBS...
    following is my data template which works fine and generates xml data
    <dataTemplate name="A_SIMPLE_REPORT">
    <properties>
    <property name="xml_tag_case" value="upper"/>
    </properties>
    <parameters>
    <parameter name="P_PARM" dataType="character"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="QUERYNAME">
    <![CDATA[
    select empno EMPNO
    , ename ENAME
    , job JOB
    from
    scott.emp
    where 'XYZ' = nvl(:P_PARM, 'XYZ')
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_UPPERGROUP" dataType="varchar2" source="QUERYNAME">
    <element name="EMPNO" dataType="varchar2" value="EMPNO"/>
    <element name="ENAME" dataType="varchar2" value="ENAME"/>
    <element name="JOB" dataType="varchar2" value="JOB"/>
    </group>
    </dataStructure>
    </dataTemplate>
    Now I opened a ms word document :
    1)added a table with 3 columns and 2 rows
    2) added the below column headings with their subsequent tags in row 1 and 2 respectively for the table ?
    EMPNO     ENAME     JOB
    <?for-each:G_UPPERGROUP?> <?ENAME?> <?JOB?>
    <?EMPNO?> <?end for-each?>
    is my code correct ?
    ta
    s

  • Need to find the root cause of the XML Publisher report erroring out.

    Hello All,
    After I ran for a Particular Invoice, to have output in XML Publisher Report for Invoice Priting. It got errored out with the below details which i got from the OPP Log file.
    From the below information, how do I get exact root cause. Please do the needful.
    =======================================================================
    [8/6/09 11:16:32 AM] [774712:RT14922832] Executing post-processing actions for request 14922832.
    [8/6/09 11:16:32 AM] [774712:RT14922832] Starting XML Publisher post-processing action.
    [8/6/09 11:16:32 AM] [774712:RT14922832]
    Template code: XXBIORAXINV_PHY
    Template app: BIO_AR
    Language: en
    Territory: 00
    Output type: PDF
    [8/6/09 11:16:33 AM] [UNEXPECTED] [774712:RT14922832] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:526)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1287)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    [8/6/09 11:16:33 AM] [774712:RT14922832] Completed post-processing actions for request 14922832.
    =======================================================================
    Please do the needful. Suggest the steps to get rid of this critical - issue.
    Thanks,
    Abdul

    Please check if Output Post Processor concurrent manager is down/ inactive.
    Restart the manager/ get it restarted and test the issue.
    System Admin >> Concurrent >> Manager >> Administer

Maybe you are looking for

  • Tutorial on creating a scrolling thumbnail menu in AS 3.0

    I've found several good tutorials in AS2.0 on creating a scrolling thumbnail menu bar for adding to a photo gallery, but nothing in AS3.0.  Anyone have a tutorial or code they'd like to share?

  • Insert or overwrite inserts BLANK in the timeline

    Hi, I am trying to do a basic 3 point edit. Open the clip in Source monitor, set I, O and then when i use the shortcuts "," or "." it just inserts a BLANK GAP??? If i drag the clip, it works just fine. ANy idea why? I use Premiere CS6. Thanks.

  • How to associate different securityschema with different webgate .

    Hi All, We have protected all our resources which is deployed on different server using OAM. Take my scenirio like this . I have 2 resources having url like 127.22.33.22:4040/myfirstresource . 175.22.44.55.4050/mySecondResource Thesr 2 resources are

  • How much data does skype use?

    I think the question was intended to seek the info related to a call made from a laptop using a MOBILE dongle. So that part is still unsolved. I'm not sure if the data usage varies for different devices. I too am eager to know the data usage for a la

  • Strange Imac USB issue you won't believe

    Hi, Hope someone can help me, this is nuts. I have Intel based Imac running 10.4.11. I have had it for 5 years with no issues until a month ago. Long story but lots of troubleshooting and attempted to install new hardware, printer, external Hard driv