Why this path doesnt work when there is "!DOCTYPE" element?

Hi, I need to extract contents from an xml file, which looks like
<hr />
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//ES//DTD journal article DTD version 5.0.1//EN//XML" "xyz501.dtd" > <!-- LINE 1 -->
<article docsubtype="fla">
<item-info>
<jid>YANBE</jid>
<aid>12941</aid>
</item-info>
</article>
<hr />
And I have tested with this path "//article/item-info/jid/text()", but it doesnt give me anything. But I noticed that when I remove line 1, it does extract the content "YANBE"...
why the path doesnt work when there is that DOCYTYPE element? How should I get around with this please?
Many thanks!

The extract of XML you gave is not valid (Line 1: <hr/>) but besides that ... I think your problem is in the DTD.
Somewhere in the DTD it probably 'sneakily' defines a default attribute which in reality is a default-namespace for one of the elements. This means that in your XPath handling, you will have to map a prefix to a namespace-uri (NamespaceContext [1]) and use this newly defined prefix in your XPath expression.
//tst:article/tst:item-info/tst:jid/text()[1] http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/namespace/NamespaceContext.html

Similar Messages

  • Why does fix capitalization work when there is only one space after the period in pages 09?

    why does fix capitalization work when there is only one space after the period in pages 09?  For example:  "Turn on 3rd St. After the traffic light."  There is only one space after the period in "St."  shouldn't it only auto correct after TWO spaces..??  the word After, should be after..

    You may also use a noBreak space after the period at the end of the abbreviation.
    If I remember well, in such case the capitalization will not apply.
    Yvan KOENIG (VALLAURIS, France) mercredi 27 avril 2011 23:34:46

  • Why this program doesnt work... what it supposed to do

    import java.io.*;
    public class try1 {
         public static void main(String[]args)throws Exception
              BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
              double int1=1;
              double int2=1;
              double int3=1;
              double x=0;
              System.out.println("Euclids Instruction");
              System.out.println(" ");
              System.out.println("Enter 1st:");
              int1=Integer.parseInt(br.readLine());
              System.out.println("Enter 2nd:");
              int2=Integer.parseInt(br.readLine());
              int3 = int1 - int2;
              System.out.print("Series:");
              System.out.print(int3);
              do
                   if (int2>int3)
                        int1=int2;
                        int2=int3;
                   int3 = int1 - int2;
                   x=int3;
                   System.out.print(" " + int3);
                   else if(int2<int3)
                        int1=int3;
                   int3 = int1 - int2;
                   x=int3;
                   System.out.println(" " + int3);
              while (x<0);
              System.out.println("GFC" + " " + int3);
    IT SHOULD BE LIKE THIS
    sample is
    first input is 100
    sec input is 70
    series 30 40 10
    GFC should be 10
    but out put is 30 40
    GFC 40
    it doesnt follow the while int3==0
    please help

    import java.io.*;
    public class try1 {
    public static void main(String[]args)throws Exception
    BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
    double int1=1;
    double int2=1;
    double int3=1;
    double x=0;
    System.out.println("Euclids Instruction");
    System.out.println(" ");
    System.out.println("Enter 1st:");
    int1=Integer.parseInt(br.readLine());
    System.out.println("Enter 2nd:");
    int2=Integer.parseInt(br.readLine());
    int3 = int1 - int2;
    System.out.print("Series:");
    System.out.print(int3);
    do
    if (int2>int3)
    int1=int2;
    int2=int3;
    int3 = int1 - int2;
    x=int3;
    System.out.print(" " + int3);
    else if(int2<int3)
    int1=int3;
    int3 = int1 - int2;
    x=int3;
    System.out.println(" " + int3);
    while (x<0);
    System.out.println("GFC" + " " + int3);
    FIRST YOU HAVE TO ENTER 2 INPUTS
    THE FIRST INPUT("INT1") IS SUBTRACTED FROM THE SECOND INPUT("INT2") THE OUTPUT WILL BE THE THIRD VARIABLE WHICH IS "INT3"
    THE SYSTEM WILL THEN CHOOSE FROM INT2 OR INT 3 IF WHO'S GREATER OR LARGER
    IF THE SYSTEM DETECTS THAT INT2 IS LARGER THAN INT3 THEN INT1=INT2 AND INT2=INT3
    ELSE IF THE INT3 IS GREATER THEN INT3 WILL BE THEN INT1=INT3 AND INT2 WILL REMAIN THE SAME
    UNTIL IT REACH THE CONDITION INT3==0
    SAMPLE OUTPUT SHOULD BE
    <INPUT 1ST>10
    <INPUT 2ND>2
    OUTPUT SHOULD BE IN
    SERIES LIKE 8 6 2
    GFC IS 2
    BUT WHATS HAPPENING IS IT PRINTS 8 AND 6 .. AND THE GFC IS 6 ...
    ERRR DID I EXPLAIN IT RIGHT?

  • Why behaviors don't work when there is a previous fixed div in the same page?

    I have an image fixed at the beginning of the page.
    After that, I have a div with images in which I have applied the swap image behavior, but the behavior doesn't work.
    If I change the positioning of my image fixed, so, if that image is in position absolute, relative o whatever (unless fixed), the following divs show the swap image behavior.
    What happens?

    of course, MurraySummers, but it's long, ans some words are in spanish...
    <title>SYNCHRO FACTORY</title>
    <link href="synchrofactory.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
        background-repeat: no-repeat;
        background-color: #000000;
        background-image: url(imagenes/franja_sup_burbujas2.png);
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: none;
    -->
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_preloadImages('imagenes/transpPVP.jpg','imagenes/transpPVP.png')">
    <div id="contenedor">
      <div id="cabecerafija"><img src="imagenes/cabecerafija4.png" width="1280" height="1201" usemap="#Map" border="0" />
        <map name="Map" id="Map">
          <area shape="circle" coords="71,550,48" href="#logo2" />
          <area shape="circle" coords="83,790,40" href="#logo3" />
          <area shape="circle" coords="187,672,40" href="#logo1" />
        </map>
      </div>
      <div id="paginahome">
        <div id="logo1"><img src="imagenes/logo_cel_700px.png" width="700" height="239" /></div>
        <div id="texthome">
          <h1>UN DEPORTE<br />
            UN ESPECTÁCULO</h1>
          <h2>Joyas de sincro. Llévalas, lúcelas. Pasión por la natación sincronizada</h2>
          <br />
          <br />
        </div>
        <div id="galeria"><img src="imagenes/fons_sara_videoclip.jpg" width="1030" height="402" /></div>
      </div>
      <div id="paginatienda">
        <div id="text">
          <div id="logo2"><img src="imagenes/logo_cel_700px.png" width="700" height="239" id="Image2" /></div>
        </div>
        <div id="cuadroproductos">
          <div id="imatge1"><a href="http://www.synchrofactory.com" onmouseover="MM_swapImage('sincro1','','imagenes/transpPVP.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="imagenes/sincro1_provaweb.jpg" width="200" height="140" id="sincro1" /></a></div>
          <div id="imatge2"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro2','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro2_provaweb.jpg" width="200" height="140" id="sincro2" /></a></div>
          <div id="imatge2"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro3','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro3_provaweb.jpg" width="200" height="140" id="sincro3" /></a></div>
          <div id="imatge1"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro4','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro4_provaweb.jpg" width="200" height="140" id="sincro4" /></a></div>
          <div id="imatge2"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro5','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro5_provaweb.jpg" width="200" height="140" id="sincro5" /></a></div>
          <div id="imatge2"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro6','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro6_provaweb.jpg" width="200" height="140" id="sincro6" /></a></div>
          <div id="imatge1"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro7','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro1_provaweb.jpg" width="200" height="140" id="sincro7" /></a></div>
          <div id="imatge2"><a href="index2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('sincro8','','imagenes/transpPVP.png',1)"><img src="imagenes/sincro2_provaweb.jpg" width="200" height="140" id="sincro8" /></a></div>
          <div id="quadretext">Plata 925 rodiada. Bronce chapado en oro de 2 micras con baño anticadmio y antialérgico según normativa europea vigente. Modelos e ilustraciones patentados. Bla, bla, i requeteblá.</div>
        </div>
      </div>
      <div id="paginacontacto">
        <div id="text">
          <div id="logo3"><img src="imagenes/logo_cel_700px.png" width="700" height="239" /></div>
        </div>
        <div id="contacto">
          <div id="cuadroimagenes">
            <div id="imatge1"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge1"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
            <div id="imatge2"><img src="imagenes/prova_duo140x200.jpg" width="140" height="200" /></div>
          </div>
        </div>
      </div>
    </div>
    </body>
    </html>

  • When I downloaded iOS 6 my iPod keeps crashing when on the App Store! Do you know why this is happening? Is there anything I can do?

    When I downloaded iOS 6 my iPod keeps crashing when on the App Store! Do you know why this is happening? Is there anything I can do?
    Hello my iPod keeps crashing when I downloaded iOS 6
    Is there anything that I have done wrong?
    My iPod is a is a iPod touch 4th gen.
    Thanks

    Known problem. See:
    IOS 6 App store crash: Apple Support Communities

  • I am using iPad1. Running v4.3 and when connecting to wifi iPad keyboard does not work. Keyboard works for everything else including typing this question out. Why would it not work when typingin password for wifi connection?

    I am using iPad1. Running v4.3 and when connecting to wifi iPad keyboard does not work. Keyboard works for everything else including typing this question out. Why would it not work when typingin password for wifi connection?

    Kowhai wrote:
    Lots of WIFI needs a username and password to get access. I guess you're lucky and yours is set up unsecured.
    Normal secured WiFi requires only a password to get access. The password is used to encrypt traffic between your device and the WiFi access point. If whatever you are using requires a username as well then it is not simply normal secured WiFi. It might be a subscription WiFi service like GOGO, ATT, etc., or a service with authentication, i.e., college campus, etc. To help you out we need to know what you are using and what connection dialog you are being presented with. You don't have exactly the same problem as the original poster. He is having a problem entering a password into the password dialog that iOS presents when one tries to connect to a normal secured WiFi network. Could you clarify exactly which WiFi service you are using.

  • HT4759 After I add a new PC to synchronize Outlook contacts and calendar with icloud, another PC/Outlook stops synchronizing that had been working fine.  Does anyone know why this happens repeatedly?  Is there a limit to the # of PCs that synchronize with

    After I add a new PC to synchronize Outlook contacts and calendar with icloud, another PC/Outlook stops synchronizing that had been working fine.  Does anyone know why this happens repeatedly?  Is there a limit to the # of PCs that synchronize with iCloud

    Not possible.

  • I bought a used sprint 4s and tried to put my motorola sim which is also on sprint network into phone but it doesnt work is there something i need to do to make it work or am i SOL?

    I bought a used sprint 4s and tried to put my motorola sim which is also on sprint network into phone but it doesnt work is there something i need to do to make it work or am i SOL? major problem is that my current motorola phone is issued to me from my employer but phone ***** so i want to upgrade to the ipone i purchased but it still needs to work like my company phone as they pay the bill.  help me pls

    A Sprint iPhone uses CDMA when in the US.  The SIM is used only when not in the US.
    To use it in the US, you have to have Sprint activate it, but it is unlikely they will activate in on your company's account.

  • Unsure why this is not working?

    Can anyone give me a pointer as to why this is not working? I put the code from line 16 through 50 in the "...before displaying the page" additional pl/sql section of the wizard. The form wizard created the code from 5 through 15 and 51 through 55. The first error I understand because I think the wizard forgot to end the procedure correctly by saying "end beforeModuleDisplay;" instead of just putting "end;".
    If I am right, how can I fix this since the wizard is the one putting in this info? I tried putting the correct end statement in where I put the rest of my code, but that created even more errors.
    Error creating package SOCSBO_USER.ACCT_INFO
    Error creating package SOCSBO_USER.ACCT_INFO
    Line/ColumnError
    56/5PLS-00103: Encountered the symbol "PROCEDURE" when expecting one of the following: begin declare end exception exit for goto if loop mod null pragma raise return select update while <an identifier> <a double-quoted delimited-identifier> <a bind variable> << close current delete fetch lock insert open rollback savepoint set sql execute commit forall <a single-quoted SQL string> The symbol "declare" was substituted for "PROCEDURE" to continue.
    2128/5PLS-00103: Encountered the symbol "END" when expecting one of the following: begin function package pragma procedure form
    -- PACKAGE BODY SOCSBO_USER.ACCT_INFO
    -- created Monday 05-NOV-2001 16:52
    create or replace
    1 package body ACCT_INFO as
    2 --
    3 -- Created by ASAPP using WebDB at 15:16:46, Mar 04, 2002
    4 --
    5 procedure beforeModuleDisplay
    6 (
    7 p_block_name in varchar2,
    8 p_object_name in varchar2,
    9 p_instance in integer,
    10 p_event_type in varchar2,
    11 p_user_args in varchar2,
    12 p_session in out PORTAL30.wwa_api_module_session
    13 )
    14 is
    15 begin
    16 declare
    17 l_fs varchar2(200);
    18 l_cv varchar2(200);
    19 l_sv varchar2(200);
    20 l_lang varchar2(100);
    21 l_idx integer;
    22 begin
    23 l_lang := portal30.wwctx_api.get_nls_language;
    24 l_fs := p_session.get_value_as_varchar2(
    25 p_block_name => 'DEFAULT',
    26 p_attribute_name => '_FORM_STATE');
    27 l_cv := p_session.get_shadow_value(
    28 p_block_name => 'DEFAULT',
    29 p_attribute_name => 'A_ACCOUNT_COURSE',
    30 p_language => l_lang);
    31 l_sc := p_session.get_shadow_value(
    32 p_block_name => 'DEFAULT',
    33 p_attribute_name => 'A_ACCOUNT_SUBPROJECT',
    34 p_language => l_lang);
    35 if upper(l_fs) = 'UPDATE_AND_DELETE' then
    36 l_idx := row_function.get_index('COURSE_BOTTOM');
    37 if upper(l_cv) = 'Y' then
    38 p_form.items(l_idx).visible := 'Y';
    39 else
    40 p_form.items(l_idx).visible := 'N';
    41 end if;
    42 end if;
    43 if upper(l_fs) = 'UPDATE_AND_DELETE' then
    44 l_idx := row_function.get_index('SUBPROJECT_BOTTOM');
    45 if upper(l_sv) = 'Y' then
    46 p_form.items(l_idx).visible := 'Y';
    47 else
    48 p_form.items(l_idx).visible := 'N';
    49 end if;
    50 end if;
    51 exception
    52 when others then
    53 PORTAL30.wwerr_api_error.add(PORTAL30.wwerr_api_error.DOMAIN_WWV,'app','generic','SOCSBO_USER.ACCT_INFO.beforeModuleDisplay', p1 => sqlerrm);
    54 raise;
    55 end;
    56 procedure row_function
    REST OF CODE NOT RELEVANT

    Hello Albert,
    You open a new pl/sql block on line 16, but you have only one 'end' statement.
    You can correct this by adding another 'end' statement after line 55 or you can remove the inner PL/SQL block and place it in the procedure itself. Variables can be declared after 'is' on line 14. In your example it's better to do it this way. See example.
    Hope this helps...
    Nancy.
    Example solution 2:
    -- PACKAGE BODY SOCSBO_USER.ACCT_INFO
    -- created Monday 05-NOV-2001 16:52
    create or replace
    1 package body ACCT_INFO as
    2 --
    3 -- Created by ASAPP using WebDB at 15:16:46, Mar 04, 2002
    4 --
    5 procedure beforeModuleDisplay
    6 (
    7 p_block_name in varchar2,
    8 p_object_name in varchar2,
    9 p_instance in integer,
    10 p_event_type in varchar2,
    11 p_user_args in varchar2,
    12 p_session in out PORTAL30.wwa_api_module_session
    13 )
    14 is
    15 l_fs varchar2(200);
    16 l_cv varchar2(200);
    17 l_sv varchar2(200);
    18 l_lang varchar2(100);
    19 l_idx integer;
    20
    21 begin
    22
    23 l_lang := portal30.wwctx_api.get_nls_language;
    24 l_fs := p_session.get_value_as_varchar2(
    25 p_block_name => 'DEFAULT',
    26 p_attribute_name => '_FORM_STATE');
    27 l_cv := p_session.get_shadow_value(
    28 p_block_name => 'DEFAULT',
    29 p_attribute_name => 'A_ACCOUNT_COURSE',
    30 p_language => l_lang);
    31 l_sc := p_session.get_shadow_value(
    32 p_block_name => 'DEFAULT',
    33 p_attribute_name => 'A_ACCOUNT_SUBPROJECT',
    34 p_language => l_lang);
    35 if upper(l_fs) = 'UPDATE_AND_DELETE' then
    36 l_idx := row_function.get_index('COURSE_BOTTOM');
    37 if upper(l_cv) = 'Y' then
    38 p_form.items(l_idx).visible := 'Y';
    39 else
    40 p_form.items(l_idx).visible := 'N';
    41 end if;
    42 end if;
    43 if upper(l_fs) = 'UPDATE_AND_DELETE' then
    44 l_idx := row_function.get_index('SUBPROJECT_BOTTOM');
    45 if upper(l_sv) = 'Y' then
    46 p_form.items(l_idx).visible := 'Y';
    47 else
    48 p_form.items(l_idx).visible := 'N';
    49 end if;
    50 end if;
    51 exception
    52 when others then
    53 PORTAL30.wwerr_api_error.add(PORTAL30.wwerr_api_error.DOMAIN_WWV,'app','generic','SOCSBO_USER.ACCT_INFO.beforeModuleDisplay', p1 => sqlerrm);
    54 raise;
    55 end;
    56 procedure row_function
    REST OF CODE NOT RELEVANT

  • My time capsule doesnt work when its conneted direct cable modem, and it start working from netgear router

    I just bought a Airport Time Capsule, time capsule is connected direct from wan to cable modem (it doesnt work). when i connect it to lan port 1, it start working. normal process i know is from cable modem to wan port. 2nd i notice, network is on bridge mode. so my question is how do i make it to work from modem to wan port.

    What model is the modem? Is it a pure cable modem or a combined modem router?
    This maybe important as the current model TC does have issues with some of the popular cable modems.. SB6121 or 6141 being often the ones complained about here.
    If it is a pure cable modem (most will have just one ethernet port). Then power down the modem for 20min. This allows enough time for the MAC address of the first device connected to be lost at the ISP end so it is ready for a new router.
    The TC must be in dhcp and nat mode.
    Please factory reset the TC and start over.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    By default the TC is in router mode after a reset.
    Restart the modem.
    The power up the TC and run through the setup utility.
    The TC should then be accepted as the main router in the network.
    If this fails check the WAN ip address. If it is 10.x.x.x or some other private IP you did not turn off the cable modem for long enough.. Try again only this time leave it off longer. (Some ISP it is just 5min.. some 15.. some will require 60min or overnight).

  • Why EPCM.donavigate doesnt work for Iview with isolation type embedded

    I am using EPCM.donavigate in JavaScript  in portal jspdynpage to navigate to different page. This works fine when my iView  isolation method is URL but it doesnt work when it is embedded. Am I missing something here? some import?
    Regards,
    Nitesh

    Hi,
    In Javacript of Portal jsp page, we are calling EPCM.doNavigate method  as below:
       function callfunc(obj,externalLink,rid,portalPageURL,InvalidLink)
                   return EPCM.doNavigate('ROLES://' + obj)     
    Final URL look something like this...
    portal_content/com.sap.pct/com.sap.prod_fld/com.sap.roles/com.sap.rol_career/com.sap.wks_1_1/Folder_2/com.sap.pag_1_1_2
    This Code works only for Iviews with URL Isolation but doesnt work with Embedded Iviews as my Page which contains this Iviews is also Embedded and Desktop is also embedded.

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • Confused as to why this doesn't work...

    I wrote this code correctly, but it doesn't seem to work. I'm not sure if I'm leaving something out or not using something correctly. If anyone can tell me why this doesn't work, it would be greatly appreciated!
    P.S. in the actionPerformed method, I want to put the window to close once someone clicks an "ok" button. How is this done? I've tried using setDefaultCloseOperation(3), but it doesn't seem to work.
    peace,
    Mark
    //?2002 Copyright. MJA Technologies.  All Rights Reserved.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class About extends JFrame implements ActionListener
        JTextArea textarea;
        JPanel panel1;
        JButton okbutton;
        String output;
        public About()
            super("Pages");
            Container container = getContentPane();
            textarea = new JTextArea();
            textarea.setText("Pages 1.0 beta 0\n?2002 MJA Technologies.\nAll Rights Reserved.");
            container.add(textarea);
            setDefaultCloseOperation( 3);
            setVisible(true);
            setSize(400, 300);
        public void actionPerformed(ActionEvent event)
            if(event.getSource() == okbutton)

    Oh see, you said this:
    "P.S. in the actionPerformed method, I want to put the window to close once someone clicks an "ok" button. How is this done? I've tried using setDefaultCloseOperation(3), but it doesn't seem to work."
    so I said this:
    "setVisible(false)"
    NOOOOOOOOOOOW you say the TextArea doesn't show up...that's a whole other problem.
    Jeeeeeeeeeeeeeeeez.
    So what layout manager are you using in the container? (hint hint)

  • HT1766 hi, i just tried backing up my iphone on icloud but th option to 'Back Up Now" doesnt work. when i tap on it, nothing happens. Im worried because my iPhone has never been backed up before

    hi, i just tried backing up my iphone on icloud but th option to 'Back Up Now" doesnt work. when i tap on it, nothing happens. Im worried because my iPhone has never been backed up before. Please help

    Reset the phone then try it again: hold down the home button along with the sleep/wake button until you see the apple, then let go.

  • Having problem with my iphone camera,doesnt work when i click the camera app,but it does work when i double click when my phone is off.

    having problem with my iphone camera,doesnt work when i click the camera app,but when i double click when my phone is locked it works.

    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore...
    Reset your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

Maybe you are looking for

  • Error while generating Static web pages hierarchy for Web Crawler searching

    Hi All, When we are trying to generate Static web pages for Web Crawler searching for our B2C application it is resulting in an error : u201CUnable to initiate generation of static pages; check logsu201C After tracing the log files we found out the b

  • Over saturated images

    I recently disconnected and moved my system. When I started back up all my iphoto images were over-saturated. It also happens with some images in Safari. I had this problem when I upgraded to iphoto5, searched the discussions and found a simple fix.

  • IPhoto 6 and TiVo sharing

    I have always been able to view my iPhotos thru my TiVo. Now with iPhoto 6 I cannot. I have opened the TCP port on my firewall, I have enabled sharing in iPhoto and in shapring preferences. My TiVo gets to the internet, and I can ping it from my comp

  • Imporving the performance of a query

    Hi, I have the following query in Oracle: SELECT distinct VECTOR_ID FROM SUMMARY_VECTOR where CASE_NAME like 'BASECASE_112_ECLIPSE100' "SUMMARY_VECTOR" contains approximately 120 million records or tuples. So the total time for this query is about 62

  • 32 bit HDR Images (Edit in) problems

    I'm using Lightroom 4.3 and Photoshop CS5 12.0.4 64x on a 27" iMac with 16GB RAM. I have used the 'FILE - PLUG IN EXTRAS - MERGE TO 32BIT HDR' (Photomatix plug in)  command to create a series of HDR images, which I have subsequently tone mapped in Li