?xml version="1.0"? tag not appearing as first characters in document

Hi,
JSP below successfully creates a XML document but it includes a blank line before the <?xml version="1.0"?> tag.
This causes my PL/SQL to return a "ORA-20100: Error occurred while parsing: PI names starting with 'xml' are
reserved." error when using the XMLPARSER package.
I am outputting the XML to IE5.0 but even if I do a SYSTEM out I get the same blank line before the initial tag.
There are posts on here that confirm the PI error is caused by the tag not being the first characters in the document, but no solution/fix is provided.
Any ideas much appreciated.
JSP Code
<%@ page import="java.sql.*, oracle.jbo.*, oracle.jdeveloper.cm.*, oracle.jdbc.*,oracle.xml.sql.query.*" %>
<%String driver="oracle.jdbc.driver.OracleDriver";
Driver d = new oracle.jdbc.driver.OracleDriver();
String dbURL="jdbc:oracle:thin:@localhost:1521:mydb";
String login="i2k";
String password="fred";
Connection cn = null;
cn = DriverManager.getConnection(dbURL,login,password);
// SQL Statement from URL Parameters
String sql = request.getParameter("sql");
if(sql == null){
sql = "select * from vfi_trans";
// Create SQL-to-XML Handler
OracleXMLQuery q = new OracleXMLQuery(cn, sql);
// Use <TransactionList> as document element for Rowset
q.setRowsetTag("TransactionList");
// Use <Transaction> for each row in the result
q.setRowTag("Transaction");
// set encoding
q.setEncoding("iso-8859-1");
// ensure lower case element names
q.useLowerCaseTagNames();
// Generate XML results and write to output
String xmldoc = q.getXMLString();
out.println(xmldoc.trim());
//System.out.println(xmldoc.indexOf("\n"));
cn.close();%>
PL/SQL
PROCEDURE XML_HANDLER2 IS
-- MODIFICATION HISTORY
-- Person Date Comments
vfiURL VARCHAR2(100);
parser xmlparser.Parser;
vfiXML xmldom.DOMDocument;
transactions xmldom.DOMNodeList;
transactions_found NUMBER;
curNode xmldom.DOMNode;
textChild xmldom.DOMNode;
v_itrans_site vfi_trans.itrans_site%TYPE;
BEGIN
dbms_output.put_line('Integrator 2000 Transactions');
-- This is the URL to browse for an XML-based vfi feed of stories on XML
vfiURL := 'http://10.1.1.111:7070/i2k25_html/ShowQuery.jsp?sql=select%20*%20from%20vfi_trans';
-- Set the machine to use as the HTTP proxy server for URL requests
http_util.setProxy('MYPROXY');
-- Parse the live XML vfi feed from Moreover.com by URL
parser := xmlparser.newParser;
vfiXML := xml.parseURL( vfiURL );
xmlparser.freeParser(parser);
-- Search for all <headline_text> elements in the document we recieve
transactions := xpath.selectNodes(vfiXML,'/TransactionList/ITRANS_ID');
-- Loop over the "hits" and print out the text of the title
FOR j IN 1..xmldom.getLength(transactions) LOOP
-- Get the current <headline_text> node (Note the list is zero-based!)
curNode := xmldom.item(transactions,j-1);
-- The text of the title is the first child (text) node of
-- the <headline_text> element in the list of "hits"
-- textChild := xmldom.getFirstChild(curNode);
v_itrans_site := xpath.valueof(curNode, '.');
dbms_output.put_line('('| |LPAD(j,2)| |') '| | v_itrans_site);
END LOOP;
-- Free the XML document full of vfi stories since we're done with it.
xml.freeDocument(vfiXML);
EXCEPTION
WHEN OTHERS THEN
RAISE;
END; -- Procedure
null

Charles,
I believe that the blank line is caused by the JSP engine when it strips out the '<%@ page import...>' (replace bracket with brace) statement. God (or at least Larry E) forgive me for posting a link at IBM, but this article speaks to your issue:
http://www-106.ibm.com/developerworks/library/j-dynxml.html?dwzone=ibm
Maybe you need to put the <?xml?> tag in the jsp itself and strip it out of your xmldoc before outputting it.
Good luck.

Similar Messages

  • How to avoid priniting xml version... tag in output

    hi,
    I'm transforming an xml using xsl using output method="text". Not it is giving the something like the following tag in the top of output file.
    <?xml version='1' encoding='UTF 8'?>
    How can i remove this tag from not being printed.
    A solutionasap will help us to proceed without hitches in our project.
    thanx
    Arun
    null

    Hi !
    I've got the same problem, I'm using Jdeveloper build 915. My xml is like this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <SERVICE DISPLAYNAME="Aktiekurser" LONG_DESCRIPTION="Aktiekurser med slutkurser">
    <PARAMETERS>
    <STOCK NAME="STOCKTICKER" DISPLAYNAME="Aktie kod" DISPLAYTYPE="TEXT">
    <UPPERLIMIT NAME="MAX" DISPLAYNAME="Max " DISPLAYTYPE="TEXT"/>
    <LOWERLIMIT NAME="MIN" DISPLAYNAME="Min" DISPLAYTYPE="TEXT"/>
    <CLOSE NAME="CLOSE" DISPLAYNAME="Stangningskurs" DISPLAYTYPE="CHECKBOX"/>
    </STOCK>
    </PARAMETERS>
    </SERVICE>
    and my xsl
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
    <xsl:template match="SERVICE">
    <xsl:value-of select="@LONG_DESCRIPTION"/>
    <xsl:element name="TABLE">
    <xsl:apply-templates/>
    </xsl:element>
    </xsl:template>
    <xsl:template match="PARAMETERS/*">
    <xsl:element name="TR">
    <xsl:element name="TD">
    <xsl:value-of select="@DISPLAYNAME"/>
    <INPUT TYPE="{@DISPLAYTYPE}" NAME="{@NAME}" />
    </xsl:element>
    </xsl:element>
    <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="/SERVICE/PARAMETERS/*/*">
    <xsl:element name="TD">
    <xsl:value-of select="@DISPLAYNAME"/>
    <INPUT TYPE="{@DISPLAYTYPE}" NAME="{@NAME}" />
    </xsl:element>
    </xsl:template>
    </xsl:stylesheet>
    I get
    <?xml version = '1.0' encoding = 'UTF-8'?>
    as the first row from the xsl-transform.
    null

  • Facebook Tags not appearing

    I have synced my Facebook account with iPhoto and can view my various albums, however, tags do not appear. I have quit and restarted iPhoto. I have removed and reactivated my Facebook account. Nothing seems to fix it. I have verified that the album has finished syncing. Facebook comments and likes appear....no tags.

    I tried it and doesn't work properly. I've tried to tag my brother's picture and upload it to facebook. When I started to writhe his name, it appeared there again 2x. The first is from my address book showing also his mail address (which he also use for facebook) and second is his name with the icon of facebook without any address. I've chosen the first one (from address book) and it worked on facebook well, however, why he appeared two times there?
    I did screenshot and uploaded, so you can check it here:
    http://www.flickr.com/photos/38230783@N05/5102917312/

  • WHT amount not appearing in FBL1N report for Document type RE

    Dear Friends,
    While running FBL1N report for any vendor where TDS is applicable, the WHT amount is appearing for KR document type. But when it is RE document type the WHT amount is not appearing in the report. How can we resolve this? Any enhancement/any note to be applied?
    Regards,
    Ramkumar

    Hi,
    FBL1N is having the classic withholding tax field hence please don't refer the those fields.
    please don't refer those fields.
    Please review attached note 363309 for detailed explanation.
    BSEG-QBSHB is designed to fill for the classic withholding tax. And
    extended withholding tax information is stored exclusive in table
    WITH_ITEM.
    You can check in table BSEG for the fields and will find that system
    do NOT update field BSEG-QBSHB.
    In your line layout,you define a field BSEG-QBSHB. But actully the field
    of vendor/customer line item is filled with zero from FI. Thus,it shows
    zero in line item display.
    And as note 363309 says,
    "Remove the field which contains the withholding tax information
    from your display variant.
    If you want to display the withholding tax information, double-click on
    the document number and subsequently choose 'Withholding tax'."
    Regards
    Madhu M
    Edited by: M Madhu on Jan 18, 2012 9:13 AM

  • Recent iTunes versions launches but does not appear at all

    Hi all,
    I have been through the forum but nothing could help me out. Here is my problem:
    I have an ipod nano video (nano gen 2 i think) and planning on getting an ipod classic 120G. everything worked perfectly on both my computers (1 tower and 1 laptop both under windows XP). Somehow, after last update of itunes everything went wrong. On both cpu iTunes launches (i can see it on the task manager) but nothing appears. Also nothing happens when i plug my ipod in or out...
    I uninstalled / installed other versions many times and finally the only version working is the iTunes 7.0.2 which is not compatible with the new ipods (including mine) therefore i can't upload/take away musics on it etc...
    Any can help out? thxs in advance!

    anyone has anything to say at all??? i'm desperate!!

  • MPLS Tags not appearing on one side of new MPLS VPN

    I have an already existing 6509 that is going to provide the entire MPLS routing table via route reflector to a new 6509.  Here are the relevant configs:
    EXISTING 6509 (Router A)
    interface Loopback0
     ip address 10.255.2.2 255.255.255.255
    end
    router bgp 23532
     no bgp default ipv4-unicast
     bgp log-neighbor-changes
     neighbor 10.255.2.3 remote-as 23532
     neighbor 10.255.2.3 update-source Loopback0
     address-family ipv4 mdt
      neighbor 10.255.2.3 activate
      neighbor 10.255.2.3 send-community extended
      neighbor 10.255.2.3 route-reflector-client
      neighbor 10.255.2.3 soft-reconfiguration inbound
     exit-address-family
     address-family vpnv4
      neighbor 10.255.2.3 activate
      neighbor 10.255.2.3 send-community extended
      neighbor 10.255.2.3 route-reflector-client
      neighbor 10.255.2.3 next-hop-self
      bgp redistribute-internal
     exit-address-family
     address-family ipv4 vrf CustomerA
      redistribute connected
      redistribute static
      no synchronization
      bgp redistribute-internal
     exit-address-family
    DAL-COLO-6509-1#show mpls ldp neighbor 10.255.2.3
        Peer LDP Ident: 10.255.2.3:0; Local LDP Ident 10.255.2.2:0
            TCP connection: 10.255.2.3.16271 - 10.255.2.2.646
            State: Oper; Msgs sent/rcvd: 647/646; Downstream
            Up time: 06:07:30
            LDP discovery sources:
              Vlan65, Src IP addr: X.X.X.69
            Addresses bound to peer LDP Ident:
              10.255.2.3      X.X.X.69     X.X.X.254    10.10.1.31 
    DAL-COLO-6509-1#show mpls forwarding-table 10.255.2.3 detail
    Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop    
    Label      Label      or Tunnel Id     Switched      interface              
    257        Pop Label  10.255.2.3/32    22272         Vl65       X.X.X.69 
            MAC/Encaps=14/14, MRU=1584, Label Stack{}
            001CB14458000009B6A4B8008847 
            No output feature configured
    DAL-COLO-6509-1#show mpls ldp bindings 10.255.2.3 32
      lib entry: 10.255.2.3/32, rev 4933
            local binding:  label: 257
            remote binding: lsr: 10.255.2.1:0, label: 131
            remote binding: lsr: 10.255.2.3:0, label: imp-null
    DAL-COLO-6509-1#traceroute 10.255.2.3
    Type escape sequence to abort.
    Tracing the route to 10.255.2.3
      1 69-69.netblk-66-60-69.yada.net (X.X.X.69) 0 msec *  0 msec
    DAL-COLO-6509-1#
    New 6509 (Router B)
    router bgp 23532
     no bgp default ipv4-unicast
     bgp log-neighbor-changes
     neighbor 10.255.2.2 remote-as 23532
     neighbor 10.255.2.2 update-source Loopback0
     address-family ipv4 mdt
      neighbor 10.255.2.2 activate
      neighbor 10.255.2.2 send-community both
      neighbor 10.255.2.2 soft-reconfiguration inbound
     exit-address-family
     address-family vpnv4
      neighbor 10.255.2.2 activate
      neighbor 10.255.2.2 send-community both
      neighbor 10.255.2.2 next-hop-self
      bgp redistribute-internal
     exit-address-family
     address-family ipv4 vrf CustomerA
      redistribute connected
      redistribute static
      no synchronization
      bgp redistribute-internal
     exit-address-family
    Br26-COLO-6509-1#show mpls ldp neighbor 10.255.2.2
        Peer LDP Ident: 10.255.2.2:0; Local LDP Ident 10.255.2.3:0
            TCP connection: 10.255.2.2.646 - 10.255.2.3.16271
            State: Oper; Msgs sent/rcvd: 657/657; Downstream
            Up time: 06:16:40
            LDP discovery sources:
              Vlan65, Src IP addr: X.X.X.70
            Addresses bound to peer LDP Ident:
              10.255.2.2      X.X.X.10     X.X.X.14     X.X.X.5      
              66.60.70.18     66.60.75.252    66.60.72.65     66.60.75.81     
              10.10.1.40      66.60.70.17     X.X.X.17     66.60.73.161    
              X.X.X.70     
    Br26-COLO-6509-1#show mpls forwarding-table 10.255.2.2 detail
    Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop    
    Label      Label      or Tunnel Id     Switched      interface              
    40         Pop Label  10.255.2.2/32    0             Vl65       X.X.X.70 
            MAC/Encaps=14/14, MRU=1584, Label Stack{}
            0009B6A4B800001CB14458008847 
            No output feature configured
    Br26-COLO-6509-1#show mpls ldp bindings 10.255.2.2 32
      lib entry: 10.255.2.2/32, rev 40
            local binding:  label: 40
            remote binding: lsr: 10.10.1.30:0, label: 29
            remote binding: lsr: 10.255.2.2:0, label: imp-null
    Br26-COLO-6509-1#traceroute 10.255.2.2
    Type escape sequence to abort.
    Tracing the route to 10.255.2.2
      1 70-69.netblk-66-60-69.yada.net (X.X.X.70) 0 msec *  0 msec
    Br26-COLO-6509-1#
    Im seeing label switching coming from the old switch (which has several MPLS VPN connections already).  Im not seeing anything from the new switch.  OSPF is the routing protocol between the interfaces, and shows to be working fine.  LDP neighbor relationship seems to be good- just tagging isn’t occurring going back toward the old switch.  Any suggestions?
    Thanks
    Greg

    Yes- that is the problem we are trying to fix.
    Br26-COLO-6509-1#sh ver
    Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(33)SXI13, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2014 by Cisco Systems, Inc.
    Compiled Tue 11-Mar-14 04:53 by prod_rel_team
    ROM: System Bootstrap, Version 12.2(17r)SX5, RELEASE SOFTWARE (fc1)
     Br26-COLO-6509-1 uptime is 1 day, 49 minutes
    Uptime for this control processor is 1 day, 49 minutes
    Time since Br26-COLO-6509-1 switched to active is 1 day, 48 minutes
    System returned to ROM by reload at 09:20:45 CDT Wed May 7 2014 (SP by reload)
    System restarted at 09:24:29 CDT Wed May 7 2014
    System image file is "disk0:s72033-adventerprisek9_wan-mz.122-33.SXI13.bin"
    Last reload reason: Reload Command
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco WS-C6509-E (R7000) processor (revision 1.3) with 458720K/65536K bytes of memory.
    Processor board ID SMG1125N74N
    SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
    Last reset from s/w reset
    5 Virtual Ethernet interfaces
    154 Gigabit Ethernet interfaces
    1917K bytes of non-volatile configuration memory.
    8192K bytes of packet buffer memory.
    65536K bytes of Flash internal SIMM (Sector size 512K).
    Configuration register is 0x2102
    Yes- we do have a Sup7303B in this switch.

  • Parse xml file and extract tags (not well formed)

    im writing an xml editor and i would like to extract tags from a string of xml. And the string doesnt have to be well formed xml.
    An example "</a><b asd="kjkj"></b>"
    Output
    end tag (a)
    start tag (b)
    end tag (b)
    Sax nor stax does the job since they want well formed document. and i dont want to write a parser myself.
    any suggestions

    im writing an xml editor and i would like to extract
    tags from a string of xml. And the string doesnt have
    to be well formed xml.Then you aren't writing an XML editor. And as you observe, existing parsers don't work for you because they are don't have the requirement to process garbage. Where did you get that requirement from, anyway?

  • Why do actor/director tags not appear on iPad via home sharing?

    I have imported some movies (not purchased from iTunes) into iTunes, and added tags. The movies play perfectly in iTunes, and via home sharing on my iPad, iPhone, and Apple TV 2. The strange thing is that some of the tags (actors, director) don't display on the iPad when looking at the movie info in the Videos app. They do display on the Apple TV and in iTunes.
    Any ideas why this would be so? I know that iTunes movie rentals do display such information on the iPad, so it doesn't seem like this is just not a supported feature.

    Also, to expand a bit on this, the list of actors also shows on my iPhone if I touch and hold the name of the movie. So, it seems only the iPad is not getting it.

  • SQL Loader fails loading XML data enclosed by tag not found

    The problem I'm having is my XML tree doesn't contain all possible elements. In this example the second entry doesn't contain <age> - only the first entry will be added to the database
    Any idea of how I could solve this?
    The fields are saved as varchar2
    XML:
    <rowset>
    <row>
    <name>Name</name>
    <age>Age</age>
    <city>City</city>
    </row>
    <row>
    <name>Name2</name>
    <city>City2</city>
    </row>
    </rowset>
    LOAD DATA
    INFILE 'data.xml' "str '</row>'"
    APPEND
    INTO TABLE test
    TRAILING NULLCOLS
    dummy FILLER terminated BY "<row>",
    name ENCLOSED BY "<name>" AND "</name>",
    age ENCLOSED BY "<age>" AND "</age>",
    city ENCLOSED BY "<city>" AND "</city>"
    )

    I noticed that failure occurs when using 11g version SQL Loader. It doesn't fail when using 10g version SQL Loader.
    Delimited source data comes from:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionAnd will be loaded into
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - ProductionMy previously used SQL Loader was from:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionIt seems that I have found the real culprit. Should I know something more?

  • Jsf version of iterate tags (not DataTable)

    Does anyone know of a good JSF iterator component (not dataTable) for looping through a list?
    I have a list that I want to loop through and render as text & images, but horizontally rather than in columns (which I think dataTable enforces).
    Thanks in advance.
    Danny

    Found something. Check out the example given in the O'Reilly JSF book. Samples at http://www.hansbergsten.com/

  • WBS field not appearing in the down payment document posted via FBA7/F-48

    i have created several down payment docs wrt PO, acct assignment WBS, but none seems to populate the WBSE field in the payment document, when using FBA7/F-48. All the down payment documents appear in the PO (Purchase order history) but only those which have been paid through F110 populates WBSE and the ones paid through FBA7 does not populate WBSE field. We are clear that the down payment documents are posted rightly w.r.t PO but its just that they dont get linked to the WBSE when FBA7 is used and gets linked when F110 is used. Please suggest if am missing any config setting. i already raised this in PS Forum but it now seems more of FI.
    /thread/1791429 [original link is broken]

    Hi,
    please check whether the feild status of your document types KZ, KA and KG are having the status for WBS Elements as optional or hidded
    Best Regards,
    Ravi Reddy

  • Content not appearing after first time

    I could really do with some help on this one.
    I have a screen (State) in my application that displays some
    custom mxml components using a repeater. The first time I come to
    this screen, all the data appears correctly. However if I navigate
    away from this screen to another screen (State), then return to it,
    all that appears is a scroll bar, with no custom components
    appearing.
    I would appreciate if anyone can take a peek at my code below
    to try and identify the problem. Perhaps this is a problem others
    have experienced?
    The relevant code is as follows:
    <mx:State name="ComponentFolderScreen"
    basedOn="QualificationSummaryScreen">
    <mx:RemoveChild
    target="{qualificationSummaryScreenDG}"/>
    <mx:AddChild relativeTo="{vbox1}"
    position="lastChild">
    <mx:Tile autoLayout="true" width="740" height="230"
    id="tile1" borderStyle="none">
    <mx:Repeater id="productsRepeater"
    dataProvider="{this.category1}" >
    <local:ComFolderItem
    mouseOver="CFSMouseOver_Folder(event)"
    click="CFSClick_Folder(event)"
    studentName='{productsRepeater.currentItem.productName + "(" +
    productsRepeater.currentItem.productPrice + ")"}'
    componentStatus='{productsRepeater.currentItem.componentStatus}'
    >
    </local:ComFolderItem>
    </mx:Repeater>
    </mx:Tile>
    </mx:AddChild>
    </mx:State>
    And here is the code that populates the ArrayCollection that
    is the dataprovider
    var ComponentFolderData:ArrayCollection = new
    ArrayCollection();
    ComponentFolderData =
    _dataManager.returnComponentFolderData(componentCode);
    var howManyObjects:uint = ComponentFolderData.length;
    var objectInstance:Object = new Object();
    category1 = new ArrayCollection();
    for (var objectIndex:uint = 0; objectIndex <
    howManyObjects; objectIndex++) {
    objectInstance.productName =
    ComponentFolderData.getItemAt(objectIndex).productName;
    objectInstance.componentStatus =
    ComponentFolderData.getItemAt(objectIndex).componentStatus;
    category1.addItem(objectInstance);

    Hi there
    600 seconds? Seriously? OMG, that's ten minutes!
    Personally, I would never recommend having a slide longer
    than maybe ten
    seconds. I'm not sure how you even manage a timeline that
    long.
    At any rate, whatever floats your boat I suppose. My guess is
    that you have some object (Click Box, Button or Text Entry Box)
    that is sitting on the timeline and pausing things before the
    button you wish to see has a chance to appear.
    Cheers... Rick

  • Context menu does not appear on first row of apps

    If I invoke the context menu, using the keyboard (Shift+F10/context-menu key), on any app in the first row of its category, no menu appears. The same app, if moved to the second row by resizing iTunes shows the normal context menu.
    Does anyone else have this issue, on Windows or Mac?
    Message was edited by: Soumya92

    make sure you are running the latest update and that nba leauge pass is availible in your country (if not in the usa)

  • RSS feed does not appear on first click  - needs refresh

    Hi,
    I'm using MUSE and have created my first site.
    I used a widget for a news/media page, one frame is to show a RSS feed.  it doesn't work on first appearance but works fine if i click back to it a second time.
    http://www.concuros.net/media.html
    i've used free source code handling the feed, copied below:
    <!-- start sw-rss-feed code -->
    <script type="text/javascript">
    <!--
    rssfeed_url = new Array();
    rssfeed_url[0]="http://www.aviationweek.com/myaviationweek.aspx?rss=true&key=comm"; rssfeed_url[1]="http://www.ch-aviation.ch/portal/feed.php"; rssfeed_url[2]="http://www.flightglobal.com/blogs/flightblogger/rss.xml"; 
    rssfeed_frame_width="450";
    rssfeed_frame_height="350";
    rssfeed_scroll="on";
    rssfeed_scroll_step="6";
    rssfeed_scroll_bar="off";
    rssfeed_target="_blank";
    rssfeed_font_size="12";
    rssfeed_font_face="sans serif";
    rssfeed_border="on";
    rssfeed_css_url="";
    rssfeed_title="off";
    rssfeed_title_name="";
    rssfeed_title_bgcolor="#3366ff";
    rssfeed_title_color="#fff";
    rssfeed_title_bgimage="http://";
    rssfeed_footer="off";
    rssfeed_footer_name="rss feed";
    rssfeed_footer_bgcolor="#fff";
    rssfeed_footer_color="#333";
    rssfeed_footer_bgimage="http://";
    rssfeed_item_title_length="100";
    rssfeed_item_title_color="#2c929b";
    rssfeed_item_bgcolor="#fff";
    rssfeed_item_bgimage="http://www.concuros.com/images/header-glow.png";
    rssfeed_item_border_bottom="on";
    rssfeed_item_source_icon="on";
    rssfeed_item_date="off";
    rssfeed_item_description="on";
    rssfeed_item_description_length="150";
    rssfeed_item_description_color="#6a6a6a";
    rssfeed_item_description_link_color="#333";
    rssfeed_item_description_tag="off";
    rssfeed_no_items="0";
    rssfeed_cache = "48f72695e096da99e06b400093b1fd6d";
    //--> 
    </script>
    <script type="text/javascript" src="http://feed.surfing-waves.com/js/rss-feed.js"></script>
    <!-- The link below helps keep this service FREE, and helps other people find the SW widget. Please be cool and keep it! Thanks. -->
    <div style="text-align:right; width:400px;"><a href="http://www.surfing-waves.com/feed.htm" target="_blank" style="color:#ccc;font-size:10px"> </a> <a href="http://www.surfing-waves.com" target="_blank" style="color:#ccc;font-size:10px"> </a></div>
    <!-- end sw-rss-feed code -->
    any advice please?

    When people click on the subscribe, it says that it cant be found. When I published the site, I put in the correct URL, what am I doing wrong????
    You failed to upload the whole site. The folder called CrossTo_Kingdom2, which should enclose all the other files, is missing. Also you need to upload the index.html file which iWeb created alongside that folder.

  • Interactive buttons on master pages only appearing on first instance in document [CS6]

    I have a document being created for on-screen use that has next and previous buttons in the design. These buttons are on the master page with the 'On Click go to next/previous page' behaviour applied.
    When the document is exported the buttons only appear on the first instance of that master page. IE. If pages 2-20 are created from that master, the buttons only appear on page 2.
    I've seen other people reporting this problem in some other threads without an answer, so hopefully someone will see this who knows what the issue is.
    I presume this is something to do with CS6, this is occuring in a document that was originally created in CS3 or 4. It's been revived for a new edition, and the buttons used to work perfectly under the old version, but now they're behaving as described. I've recreated them from scratch as well as using the previous version, but the results are the same.

    Wasn't there an Acrobat issue that affected this as well? Make sure that is updated, too.
    While I'm on it, this is being viewed in Acrobat/Reader, right? Anything else, especially Mac Preview is a bit of crapshoot.

Maybe you are looking for

  • Best Practice for catching OracleException

    I have code that determines if an insert fails because of a unique constraint. This is how I'm currently doing it. Is there a prefered method of doing the same (i.e. the type of Oracle exception) without having to compare the message string? Thanks,

  • Parallax scrolling too fast outside of Muse preview

    I'm trying to get the hang of parallax scrolling, but how it previews with Muse differs greatly from any actual browser. I export the HTML file, it pops open in Chrome and looks great. But if I try to open the HTML file from the folder into Chrome, o

  • Receipt needed

    I need a receipt for my MacBook which I bought July 2008, at that time I didnt get the receipt by email, now my Mac was stolen and the insurance company wants the receipt. I have credit card transaction no., date of purchase, amount and the apple sto

  • Order ICP members

    Hi All, Is there a possibility to have an ICP List by numeric or alphabetical order like by entities? Within the metadata file I can bring the entities in an alphabetical order and load this with replace. But this does not impact the order of the ICP

  • XBMC doesn't render properly (looks "corrupted")

    Hey guys, I've asked this question over in the XBMC forums, but thought I would ask here too. When running the XBMC application it looks like this: http://i.imgur.com/cKhng.png (It should look like this). I've also seen it "almost" start up correctly