Omniportlet URL Format

I am trying to use Omni portlet to set up a very simple rss feed. Everything works wonderfully, except the link. All the character codes are being output escaped, so instead of <a href="http://www.somenews.com"> I get <a href="http%3A%2F%2Fwww.somenews.com%2F"> which of course isn't recognized correctly by browsers.
My setup is exactly the way it was laid out in the tutorial available on this site about how to use omniportlet and rss feeds. I am using the XSL file provided with that demo.
I can likely work around this but I would rather just have it work on it's own, so any help is appreciated.

The How to Publish News Using XML Data Source demonstration walks you through the steps you need to take.
Peter

Similar Messages

  • Driver Class name and JDBC URL Format

    Hi,
    I'm trying to use the oracle jdbc driver to connect to an (what a surprise) oracle database.
    I need a 'driver class name' and the JDBC URL Format. But I cannot find these anywhere.
    Can anyone help me out here?
    Regards,
    Laurens

    http://myjdbc.tripod.com/basic/jdbcurl.html

  • BI upgrade: abap menu role, url format conversion ?

    hi all,
    I'm upgrading from BW3.5 to BI7.0.
    In BW3.5 abap role I am using menus wich include BW3.5 queries. URL format for query is like <bsp_protcl>://<bsp_server>/sap/bw/BEx?...
    The system gets upgraded in BI 7.0. Abap menu role still have the URL format for the query (like above). I would like to have the new BI format wich is like <prt_protcl>://<prt_server>/<bi_launcher>?...
    Is there a way to make URL format mass conversion ?
    There are thousand of queries in abap menu roles, I do not imagine this has to be changed manually ...?????
    Thanks in advance for your reply.
    Jean

    You could write a short SE38 program against the AGR_BUFFI table on the URL field:
    Replace <bsp_protcl> with <prt_protcl>
    Replace <bsp_server> with <prt_server>
    Replace sap/bw/BEx with <bi_launcher>
    Replace VARIABLES_CLEAR with CLEAR_VARIABLES
    Replace DATA_PROVIDER_ID with initial_state=VIEW&initial_state-view
    Keep in mind that you would not want to automatically convert entries that reference a 3.5 Web Template, or a table API.

  • URL format for direct call to a subpage

    What is the proper URL format to call a subpage rather than the main page?
    I know that the format for a page is
    http://<host:port>/pls/<DAD>/url/page/<pagename>, but how do you call a subpage?
    Also, if this type of information is documented, where should I look for that documentation?

    Marie,
    just append the suppage name like http://servername/pls/dadname/url/pagename/subpagename/subsubpagename/ and so on
    Good luck,
    Tony

  • XML-22108: (Error) Invalid Source - URL format is incorrect

    Hi,
    When following statement is executed from PERL getting err msg.
    `$JAVA_RUNTIME org.apache.xalan.xslt.Process -in $work_xml_file -xsl $xsl_file -out $sql_file 2>&1`;
    XML-22108: (Error) Invalid Source - URL format is incorrect.
    XML-22000: (Fatal Error) Error while parsing XSL file (no protocol:xsl file).
    Exception in thread "main" java.lang.NullPointerException
    at oracle.xml.parser.v2.DOMLocator.getPublicId(DOMLocator.java:101)
    at org.apache.xml.utils.DefaultErrorHandler.printLocation(DefaultErrorHandler.java:341)
    at org.apache.xalan.xslt.Process.main(Process.java:1091)
    Kindly help me to resolve the issue.
    Thanks and Regards,
    Vijay

    Hi Alosh,
    Thanks for the reply.
    We are in process of upgrading Oracle Apps R11i into R12. This statement works fine in 11i but not working in R12. I think issue is not with -IN, -XSL and -OUT parameters.
    Thanks and Regards,
    Vijay

  • Common URL format for sharing file paths between Mac and Windows?

    Hi -
    I have to integrate several Macs into a Windows environment. We need to be able to copy and paste file paths to share between all machines. Is there a common URL format that can be used between the platforms?
    On Windows, I have:
    \\server\share\file
    On the Mac:
    smb://server/share/file
    Thank you for your help,
    Steve

    On Windows you have what is known as a "UNC".
    On the Mac, you have a "URL". It starts with the protocol to use "smb" then gives the path to the item using standard conventions.
    UNC is Microsoft mainly.
    The only way I know for Windows to use a URL is with an application like a web browser or ftp client.
    On the Mac, you can use UNCs but they must be modified as follows.
    In Terminal:
    smbclient \\\\servername\\sharename\\filename -U username
    And enter a password if prompted.
    Notice that you must double up the slashes. This is due to how UNIX shells treat the backslash.
    You will connect to the share, but it will only be in Terminal.

  • EP7.0 URL Format

    Hi All,
         i am installaing EP 7.0 Successfully, i am trying to access EP7.0 it is not working, Could u please tell me the EP7.0 URL format, it is same as that of EP6.0....
    i am trying to access in this format : http://hostname:5000/irj
    if this is wrong please tell me correct format....really i appreciate....
    Thanks and Regards,
    Abhiram Choudary.

    Hi Abhiram,
    The general convention is
    Port = 50,000 + (100*<instance number>)
    If the Portal is installed on SAP J2EE instance number 01,then
    Portal Port = 50,000 + (100 * 1) = 50100
    http://<host>:5<instance number>00/irj/portal
    For the Sneak preview EP 7, the URL is
    http://<host>:50100/irj/portal
    Hope this helps,
    regards,
    Siddhartha

  • URL format to call transaction using WinGUI

    Hello,
    We would like to display SAP transactions in the portal, however they are from the SAP APO sytem and require the the WinGUI setting as they contain graphics that the ITS cannot interpret. WinGUI does not use the ITS. An iView or External Service can be created to display the required transactions using the SAPApplication.Transaction but as the screens are made up of several windows we would like them to open up full screen. The standard iView can open in a new screen but the window opens in a different place depending on the user's internet settings. To solve this a java iView could be written to dictate the starting point and size of the window but I am having trouble with the URL of the transaction. Using WebGUI the following format can be used to call a transaction:
    <System.Access.ITS.Protocol>://<System.Access.ITS.HostName><System.Access.ITS.Path>/webgui/!?transaction=<SAP_Dynp_AutoStart%><SAP_TCode>%20<SAP_Dynp_Params%>&client=<System.Client>&language=<Request.Language>&accessibility=<User.Accessibility>
    Does anyone know the format of the URL to call a transaction using wingui (it doesn't work to substitute wingui for webgui in the format above)?
    Thanks for your help,
    Katie

    HI,
    You need to write the codition like below,
    If Message = 'Successful'
    If Button = 'SUBMIT'
       Call Transaction 'ZABC'.
    Endif.
    Endif.
    Regards
    Sudheer

  • Need help on integrated ITS URL format for CIC Account Overview

    Hello CCS Experts,
        We just upgraded from 46C to ECC 6.0 ( CCS 464 to UT 6.0 ). We used to have external ITS for CIC0 in 46C , Now we are trying to make CIC0 work with Integrated ITS. Our basic Integrated ITS services work , did all the configuration like SICF activation of necessary services ( Including EWB_WEBGUI and EWHV for call center ), publishing sevices to INTERNAL site using SE80 etc... And Test service works fine on all these services.
    But when I go to CIC0 and click on Account overview , I get Service Can not be reached. I have checked transaction CICAM and maintained it point to the internal ITS machine with the right port number. But no luck...
    The old URL used to be as below for ISUACCOUNTOVERVIEW.
    http://dr3-da-1:8001/scripts/wgate/zzewhv_acct_ovw/!?view=ao_isuacct&classid=isuaccount&~okcode=+
    My question is how should the URL be changed to work with Integrated ITS , Need specific format. Has anyone had this issue , or can direct me to some customizing documentation.
    Thanks
    Regards
    Venu

    Looks like you have a customized overview instead of the standard one. The standard URL looks like this
    http://<your.its.url>/scripts/wgate/ewhv_acct_ovw/!?view=ao_isuacct&classid=isuaccount&~okcode=+
    Your URL shows "zzewhv_acct_ovw" instead of the standard "ewhv_acct_ovw". See if you have created a custom class based on the standard one.

  • Wiki friendly url format

    is it really necessary to have "index.php" in the friendly urls on the wiki? http://wiki.archlinux.org/Pacman would be a more preferrable format than http://wiki.archlinux.org/index.php/Pacman i think, for simple direct links and lookups.
    or is the wiki hosted on a windows machine (lolz)? i know index.php sometimes needs to be used there to workaround redirection problems, on a regular apache install with htaccess it shouldnt be a problem though (afaik).

    nobody?

  • Cgmap.dat - url format of calling a web enabled cgi report

    Hi,
    I am running Oracle Reports on OAS 4.0.8.1 and Developer/2000 6.x Report Server. I am new to this web enabled reporting, so it's probably trivial, but:
    How should a link for my report look like, when I am running it with URL mapping.
    The CGI URL looks like this:
    http://ept_peti/cgi-bin/rwcgi60.exe?server=ptrep&report=probarep.rdf&userid=test%2Ftest%40test&destype=cache&desformat=html
    and it runs fine. I have in my cgimap.dat file the following line:
    dodo: report=probarep.rdf userid=test/test@test destype=cache desformat=html
    The question is, how does the url like if I would like to run it with url mapping.
    TIA.
    null

    Hi Sir,
    Yes, you are right. User needs to be authenticated before running the reports.
    However, one way is to fill the authentication form, which our customer would not prefer to use.
    So, the next method is put the authentication details as part of the url parameter. However this can been seen by the rest of the people and we don't want end user to know about the database username and password.
    So, we put the authentication information in the a file in NT called rep60.dat
    Now the user can run the report using url that does not contains authentication information.
    But the thing is if any of the unauthorise user came across to remember the url, he can just run it in browser without any authentication as it has been put in the file as auto authentication.
    In this case, is there any way we can enforce the security?
    Please advise.
    Thanks.

  • URL formatting question

    We are currently using Iplanet webserver and are considering upgrading to the latest SUN webserver. However, in testing we discovered the following problem. On our current site we can create a link like this:
    http://server/folder/page.jsp/param1/param2/param3/param4
    rather than
    http://server/folder/page.jsp?param1=param2&param3=param4
    The reason for this is that search engines seem to do a better job of caching this style. However, when we tried to do this in the new version, it attempted to open "page.jsp" as though it was a folder. Is there a way to make it parse the URL in the old style?

    We are currently using Iplanet webserver and are considering upgrading to the latest SUN webserver. However, in testing we discovered the following problem. On our current site we can create a link like this:
    http://server/folder/page.jsp/param1/param2/param3/param4
    rather than
    http://server/folder/page.jsp?param1=param2&param3=param4
    The reason for this is that search engines seem to do a better job of caching this style. However, when we tried to do this in the new version, it attempted to open "page.jsp" as though it was a folder. Is there a way to make it parse the URL in the old style?

  • Format for URL on letterhead

    I'm redesigning letterhead. Previous URL format on letterhead:
    http://personsname.organizationname.org
    May I correctly leave off the http://? I've tested the URL and the browsers I've tried sen me to the right place.
    Thanks.

    There's always the risk it won't be recognized as a legit URL without the http://.  I'd leave it in just to buck the trend.  It would be an interesting study to see if leaving it out reduces traffic.  Probably not.  I guess it's your call.  What does the client say?

  • I am trying to import my favorites from a Favorites folder that are .url files! Please help!

    Hi,
    So my old laptop died, and I saved my favorites from internet explorer as a Favorites folder (I took the harddrive out of my old laptop and dragged everything onto an external harddrive). I now have a new laptop and am trying to pull in all my favorites into Mozilla. I have already looked at all the help files on here, but it looks like they are only for importing .html files? I was looking at my saved favorites and it seems they are all saved as .url files. Any advice on how to get these into Firefox? I really really don't want to have to re-bookmark EVERYTHING.
    Thanks!

    Firefox can handle its' own json and sqlite format for bookmarks/places, and it can handle the universal bookmarks.html interchange format, but it can't deal with the Favorites .url format - that's unique to IE and its' clones. Get that folder of .url files back into Internet Explorer and then export that data as an HTML file.
    In IE: <br />
    File > Import/Export - Export to HTML file
    ''then in Firefox:'' <br />
    Bookmarks > Organize Bookmarks -> Import & Backup - Import HTML... = From HTML file

  • Drag and drop a URL from IE's address bar

    I have a Processing application written (by others) that uses [Andreas Schlagel's sDrop library|http://www.sojamo.de/libraries/drop/] to accept URLs dragged and dropped from the users' browsers' address bar. The application works fine for Chrome and for Firefox and for old versions of IE but not for IE 9 or IE 10. I'm investigating how to fix this.
    In the sDrop library [the Java code to handle the drop|http://code.google.com/p/sojamo/source/browse/trunk/src/sojamo/drop/DropHandler.java] uses the Java class DataFlavor which in turn defines a number of flavours:
    imageFlavor
    javaFileListFlavor
    javaSerializedObjectMimeType
    plainTextFlavor (deprecated)
    stringFlavor
    Over on StackOverflow one questioner enumerates the data formats offered by the different browsers when they drop and for IE he lists:
    UntrustedDragDrop
    msSourceUrl
    FileGroupDescriptor
    FileGroupDescriptorW
    FileContents
    UniformResourceLocator
    Effects: Link
    The URL format does not seem to match the DataFlavors given by the class. Is this where the two additional DataFlavors, javaJVMLocalObjectMimeType and javaRemoteObjectMimeType come into there own? If so, then can someone point me at any samples, examples, tutorials, or code snippets where a Java application is the successful drop target for a URL dragged from IE's address bar?

    Dragging an URL '''OR''' the 'favicon' does '''NOT''' work when you want to drag this to a sub 'folder' in your bookmarks. e.g. I drag an URL or favicon to Bookmarks, I have a sub-folder called 'Recipes' where I want to drop the dragged object. I position the mouse over 'Recipes' and the sub-menu appears. I move the dragged object to drop this on the recipe list in the sub-menu and the sub-menu simply disappears. Equally, I CAN drop this on the top level BM menu but it does not drop in the place needed (I want this (e.g.) NOT at the bottom but two up from there. What happens is that the dropped URL appears to locate it self in a random position. Easy to replicate by dragging the same URL to the BM menu and it drops wherever it feels like. FF team have clearly failed to do some basic testing on this and there are many (correction MANY) other annoying things like this that show there has been poor or insufficient testing. I have been a fan of FF for a long time and recommended it to others. Now I cannot do this with confidence and am seriously thinking of switching back to an old version. However, I might simply go to Chrome. Are you listening FF team? A simple look at the forums will show the groundswell of annoyed people. You have altered the way many things work, seemingly focusing on prettifying things rather than ensuring stability and ensuring basic features continue to work...

Maybe you are looking for

  • Help needed to connect Canon 6D to iPad remote app

    I have the iPad EOS remote app and a Canon 6D I cannot get them to communicate, on the 6D wi-fi set up screen the manual tells you to select wi-fi function then shows a screen with different graphics on it so you can select mobile phone etc, well I c

  • BI Modeling Question - Load time, efficiency

    Hi Experts, This is a two-part question. Scenario: I have a Standard DSO- overwrite (DSO1) at accounting line item level which pushes data to another Standard DSO-overwrite (DSO2)  at  Monthly Level. This Monthly DSO pushes data to a cube for Monthly

  • I can't get the bottom of my page to come up higher towards my content, big space on my page

    Here's a link.  I've took out the margins, padding, shortened the height of the page to 200px.  I've brought the footer up on my master page until there's no space barely between my header.  I've checked for hidden text boxes.  On my other page the c

  • Calendar crash when launch (Os x 10.8.2)

    Hello, My calendar imediatly crashes when launch due to NSRangeException (retina, Os x 10.8.2) The solutions i found on-line include directories or files i just dont have in my home-library (like ical or calendar). the calendar works fine with other

  • Roles are not inheriting....

    Hi all, I changed my UME configuration to make it point to new datasource. In the new datasource, i am using muliple objectclasses (organizationalunit, country and locality)to represent principal group. Now i can see all branches ,which belongs to ei