Xsl:message producing extra tags in output from stylesheets

If a tag is produced but not ended and xsl:call-template or xsl:apply-templates calls a template that has a xsl:message tag the (not ended) tag is produced again (but not ended) and the output will have 2 start tags but only one end tag.
It works correctly if an end tag, xsl:comment or text is produced before the xsl:message. It makes no difference if there is any other element, not producing output, between the start tag and the xsl:message. It also works if a start tag is produced before the xsl:message in the same template.
I have tested this with xmlparserv2 version 9.2.0.4.0, 9.2.0.5.0 and .xdk_version_10.1.0.0.0A_beta and they are all producing the same error.
Here is a simple stylesheet producing the error:
<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="messageTest">
<xsl:text>test</xsl:text>
<in>
<xsl:call-template name="message"/>
</in>
</xsl:template>
<xsl:template name="message">
<xsl:message>in here</xsl:message>
<html>
</html>
</xsl:template>
</xsl:stylesheet>
And here is simple xml transformed by the stylesheet:
<?xml version="1.0" encoding="UTF-8"?>
<messageTest><test>TEST</test>
</messageTest>
And here is the transformed output using oraxsl:
bash# /usr/java/jdk1.3.1_07/bin/java -classpath xmlparserv2.jar oracle.xml.parser.v2.oraxsl test.xml pages.xsl
<?xml version = '1.0'?>
file:/home/pontus/vodafone/pages.xsl:
Message: in here
file:/home/pontus/vodafone/pages.xsl:
Message: in here
test<in><in><in><html/></in>
If think this is a bug, but if it isn't please help me find the error in the stylesheet.
/Pontus

html-output
<html>
<body>
<img src="1.jpg"/>
<img src="2.jpg"/>
</body>
</html>
Please help me!

Similar Messages

  • Error message by periodic weekly: No output from the 1 file processed

    Hi there,
    since four weeks, I got a problem with the maintenance script periodic weekly. Up to December 22nd, the script did, what it should do: rebuilding the database of locate and whatis, rotating log-files. Since one week later, I got the error message: No output from the 1 file processed.
    Normally, I use Anacron to do the job. When I noticed the problem, I tried to start the script with Tinker Tool System getting the same result. Another try using the Terminal (sudo periodic weekly) also failed. The commands locate and whatis are working, locate.updatedb and makewhatis also. I'm running 10.4.8; in the past, I did not have such problems. Anyone with an idea or solution?
    Thanks
    Klaus
    MacBook Pro   Mac OS X (10.4.8)  

    Hi Gary,
    here is the output you were asking for:
    Last login: Thu Jan 25 20:03:55 on console
    Welcome to Darwin!
    DeepThought:~ dirk$ sudo /private/etc/periodic/weekly/500.weekly; echo $?
    Password:
    Sorry, try again.
    Password:
    Rebuilding locate database:
    Rebuilding whatis database:
    find: /usr/local/man: No such file or directory
    makewhatis: /usr/share/man/man1/fetchmailconf.1.gz: No such file or directory
    Rotating log files: ftp.log lpr.log mail.log netinfo.log ipfw.log ppp.log secure.log
    access_log error_log
    Running weekly.local:
    Rotating psync log files:/etc/weekly.local: line 17: syntax error near unexpected token `)'
    /etc/weekly.local: line 17: `if [ -f /var/run/syslog.pid ]; then kill -HUP 0 80 79 81 0cat /var/run/syslog.pid | head -1); fi'
    2
    DeepThought:~ dirk$ ls -loe /private/etc/periodic/weekly/500.weekly
    -r-xr-xr-x 1 root wheel - 2532 Jan 13 2006 /private/etc/periodic/weekly/500.weekly
    DeepThought:~ dirk$
    It seems, Rogers idea, PsynX respectively the deficient uninstalling by me is responsible for my problems, is correct. Should I remove the whole file weekly.local or should I only remove the content? I prefer removing the whole file, because it was created while installing PsyncX. The date of creation is the same as the date of installing the app (December 25).
    Klaus
    By the way: it seems to me, the solution of my problem is in sight. So I want to thank you all for the amazing aid I got from you!

  • How con i produce a colored .eps output from Diadem Report

    Hello anybody,
    I need your Help.
    I want to export my Diadem report data to EPS with color. But when i
    export ist via the export funktion of diadem i only get gray value EPS.
    What went wrong and how can i fix tghe Problem.
    I am running Diadem 9.1 under Windows XP on an AMD 64 3000+ processor with 526 MB RAM.
    Thanks for your help
    Jochen Fink
    University of Ulm, Dept of Biomaterials

    Hi Jochen,
    as with many Windows applications, DiaDEM isn't able to produce EPS
    directly AFAIK. A workaround is, to install a Postpcript printer on Windows
    which will print to a file. Most PS drivers offers an option to produce
    EPS instead of PS. Or you could print to PS and convert it to EPS using
    ghostscript.
    Another way could be to export a WMF/EMF. But here you need a vector
    graphics progam which is able to work with WMF/EMF (most unfree Windows
    programs) and to save to EPS (could be a problem again). But beware,
    if I insert a WMF/EMF into Powerpoint e.g., it makes quite a difference
    wether I paste it as WMF or EMF (dimensions are different, some
    characters may get lost in WMF)! So I'd opt for the first way...
    I hope this helps a bit.
    Cheers,
        Carsten

  • xsl:message terminate="yes"/

    Guys,
    Testing out some functionality I think Im going to need.
    <xsl:message terminate="yes"/>
    Shouldnt this terminate the parser, as per the spec - it doesnt
    seem to...
    Also,
    <xsl:message> Testing </xsl:message>
    Produces:
    Message: Testing
    On the error stream, could we get them back in a more structured
    way, perhaps as a callback, with some context information, so we
    could use them?
    Many thanks,
    Andrew.
    null

    Can you describe better what
    context you are thinking of
    that would be useful?
    I can think of several interpretations
    of what context could mean here.
    Thanks.
    Steve Muench
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Firstly hello to all. I'm looking to create a vi that will take a single logged output from a thermocoup​le and monitor the temperatur​e and produce a Boolean when the temperatur​e has stabilised for a pre determined time say 1minuet.

    Firstly hello to all. I’m looking to create a vi that will
    take a single logged output from a thermocouple and monitor the temperature and
    produce a Boolean when the temperature has stabilised for a pre determined time
    say 1minuet. I have managed to find a couple of examples on the forum but one
    will only run on V8.2 and I have V8, the other is for more than one channel
    witch is fine I can always reduce this, but it was the timing feature I was
    having difficulty with. I looking to monitor the temperature of a motor until
    it has stabilised prior to testing and then to use this temperature as a
    reference. Pleas forgive my ignorance if this is a very simple thing but I’ am
    learning and really enjoying it. Thank you in advance for your answers.

    Hi
    Graham, thank you for you reply.
    What I’ am trying to achieve is a vi I can use in a motor
    testing setup, a part of this would be to warm the motor up until the exhaust
    air temperature has stabilised, this takes approximately 10 minuets. I was
    thinking of just letting the motor run for this time and leave it at this, but
    some motors warm up quicker that others and. I am basically looking for a vi with
    an adjustable temperature window of say ±5 C° in 1° increments, timing wise 1minuet
    to 10min the adjustment is so I a can use this for another application. I tried
    to adjust the code I found at the link below but had a little difficulty with
    the timing. Thank you so much for your help it’s much appreciated.
    sine.ni.com/niforum/niforum?forumDU=http://forums.​ni.com/ni/board/message?board.id=170&message.id=25​1017&requireLogin=False

  • Output from JDBC Adapter mapped to multiple message types

    Hi!
    I face to a problem with the message mapping.. I do select with the JDBC adapter. This statement selects one field of clob type and it already contains a message - XML document. Depending of the type of this message will be done the message mapping and also the target message type depends on this XML document type. But when u define message mapping, there must be always a target message type... But in the design time, I don't know the exact type! It is dynamic...
    And not just with the message, the same situation is also with the target interface...
    Any ideas how to solve this?
    Thanx, Peter
    Message was edited by: Peter Jarsunek

    Hi,
    I saw the weblog, but I think more important is the 'XI in action' mentioned in this one..
    /people/ravikumar.allampallam/blog/2005/06/22/sap-xi-in-action
    What I just can not understand from that blog is the step 2/4:
    Receive XML file of any format and route to interface specific BPM..
    How is it possible? On the output from the 1st BPM must be exact interface defined... How can different messages go out and than into the 2nd BPM?
    Can you please write me, how the individual steps could follow after each other to achieve this?
    Message was edited by: Peter Jarsunek

  • Output from same script on two different platforms produce different outputs.

    I'm running a command prompt script on two different platforms (Windows 7 desktop and a Microsoft Server 2008 R2 Enterprise platform) and the output the script produces is different on each platform.
     Specifically; the script is
           For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
           For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a%%b)
           echo %mydate%>> log.txt
           echo %mytime%>> log.txt
    and the output from the Windows 7 desktop is:
           2014-07-31
           0249 PM
    While the output from the 2008 server is:
           ECHO is on.
           0249 PM

    Hi Dave,
    There's some very good learning resources here:
    http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
    Also, there's a script repository full of examples you can learn from and tweak to meet your needs here:
    http://gallery.technet.microsoft.com/scriptcenter
    As an additional suggestion, I'd highly recommend upgrading PowerShell on Win7 and WS2008R2 to v4. v2 was okay, but v4 makes life much easier (make sure you read the system requirements first though, there's still a few incompatibilities):
    http://www.microsoft.com/en-us/download/details.aspx?id=40855
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • JDev generated webservices encodes XML output from PL/SQL procedure

    I have a PL/SQL packaged procedure which takes some input parameters and produces one output parameter. The output parameter is of type CLOB and after the procedure has run, it contains a big piece of XML data.
    Using JDeveloper 10.1.3.1, I've published this packaged procedure as a webservice. The generated webservice is fine and works, except for one tiny little issue: the XML that is taken from the output parameter is encoded.
    Here is an example of the SOAP message that the webservice returns:
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://gbv0300u/GBV0300U.wsdl/types/"><env:Body><ns0:gbv0300uResponse
    Element><ns0:result><ns0:obvglijstOut> & gt;type>GBV0001& gt ;/type& lt;
    & gt;diensten& lt;
    & gt;dienst>some value& gt;/dienst& lt;
    & gt;/diensten& lt;
    </ns0:obvglijstOut></ns0:result></ns0:gbv0300uResponseElement></env:Body></env:Envelope>
    (I've manually added an extra space between the & and lt; or gt; to make sure a browser will not translate it into a < or >!)
    The contents of the <ns0:obvglijstOut> element are filled with the output parameter from the PL/SQL package.
    How can I change the generated webservice, so the output from the PL/SQL package is used as is instead of being encoded?

    Update: I've tested a bit more by adding some output statements to the java code that JDeveloper generated. I'm now 100% sure the PL/SQL code gives the XML data correctly to the webservice.
    At this moment my guess is that somewhere in the WSDL definition there is something that enables the encoding of the data. But I'm not sure.
    Any help is greatly appreciated.

  • Use alert box in javascript using xsl:message in Xalan

    There appears to be a xsl:message tag in XSLT. According to W3C, the implementation is dependent on the XSLT transformer.
    However, this tag output the message to my console.
    I would on the other hand like to output the message
    in a javascript alert box. I am using jaxp 1.1, the XSLT
    transformer is Xalan.
    Thanks in advance,
    taybw

    As you surely know, Xalan is running on the server. That's why the <xsl:message> appears there. As far as I know, the only options available to XSLT implementors are whether the message will appear or not, or possibly whether it will end the translation abnormally.
    Presumably you have Xalan producing HTML that will be rendered on the browser. If that's the case, then just replace the <xsl:message> element by some Javascript code that will pop up the alert box as soon as the browser loads the page you are writing.

  • Multi page recordset output from ASP page on Spry Tabbed Panel Widget

    I am using a simple Spry Tabbed panel set on my asp page to show the output from different ASP pages, inside the tabbed panels. The tabbed panels on the page under consideration (destination page) display the output from different asp pages (source pages). The source asp pages generate multi page outputs which are paginated on the source page itself and pagination links are displayed on the source page itself.
    However, we dont want to display the source page outside of the tabbed panel, but instead the output content from the source asp pages should show inside the tabbeed panels only. The first page generated by the source asp page displays correctly inside the tabbed panel. However, when the user clicks on the links for the next page generated by the source asp page, but which is being displayed inside the destination page tabbed panel, they dont display the next page inside the tabbed panel. Instead the source asp page displays the output outside the tabbed panel destination  page.
    Please advise on how to ensure that the user can page through the recordset generated by the source asp page by clicking on the pagination links at the bottom of the records, while ensuring that the output displays within the tabbed panels on the destination asp page.
    I am enclosing the source code being used to generate the spry tabbed panel widget and also updating it with the output from the source asp page. In this case, the code given below is from the main page containing the widget and the source asp page is "sample.asp", which generates multi page output.
    Please note that I am not too keen on using xml data sets output from the source asp page, but would be more comfortable with directly using the asp pages to fill the tabbed panel content.
    Please help
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    <script language="javascript" src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="/SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryData.js" type="text/javascript"></script>
    <link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0" onclick="Spry.Utils.updateContent('two','sample.asp?page=' <%=i%>); Spry.Data.initRegions();" >Tab 1</li>
           <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div id=two class="TabbedPanelsContent">Content 1</div>
        <div class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>

    I fully agree that the problem does not lie with tthe tabbed panels.
    The solution would probably be first required to be tried using ajax on any div tab.
    Then the same code would have to be used on Sprytabbed panel. Hence, the following may be advised:
    1. Sample code for server side pagination and displaying inside any div tag and refreshing it using ajax. the update link would also lie inside the div tag which would show the next/ previous page without reloading the page.
    2. Then adapting the refresh technique using ajax in the Spry Tabbed panel using the inbuilt updatecontent method of the Spry Tabbed panels.
    In order to achieve the above, I am getting the recordset output in the tab content as expected. The recordset is also getting the pagination links from server side asp as required.
    However, it is also generating the following error.
    Webpage error details
    Message: Unterminated string constant
    Line: 9
    Char: 56
    Code: 0
    URI: http://localhost/test/test5.asp
    The sourcecode is as given below. If you can help with the error indicated above, my problem would probably get solved.
    <html><head>
    <title>Untitled Document</title>
    <link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    <script src="/SpryAssets/SpryURLUtils.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="/SpryAssets/xPath.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0" onclick="Spry.Utils.updateContent('one','untitled-5.asp');">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0" >Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div id=one class="TabbedPanelsContent">Content 1</div>
        <div id ="two" class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>

  • Stange output from Xorg 'startx'

    These don't feel like "real" error messages, there's no (EE) output on the /var/log/Xorg.0.log file... But this output from calling the startx command to start Xorg, is really strange, I never had something like this ever happening from the many times I've installed Xorg.
    I'm running Arch on VMware Workstation by the way...
    Any ideas how to fix some of these problems?
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.901 (1.7.4 RC 1)
    Release Date: 2009-12-11
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux NAZBOX-ARCH 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
    Kernel command line: root=/dev/disk/by-uuid/69545e21-8d63-4347-9712-5089d2cda505 ro vga=0x0340
    Build Date: 12 December 2009  12:59:40PM
    Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 22 04:27:29 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    >                   Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Duplicate shape name ""
    >                   Using last definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    > Warning:          Multiple doodads named ""
    >                   Using first definition
    Errors from xkbcomp are not fatal to the X server
    GNOME_KEYRING_SOCKET=/tmp/keyring-yXZCY0/socket
    SSH_AUTH_SOCK=/tmp/keyring-yXZCY0/socket.ssh
    GNOME_KEYRING_PID=4918
    (gnome-settings-daemon:4917): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed
    (gnome-settings-daemon:4917): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
    Window manager warning: Failed to read saved session file /home/nazgulled/.config/metacity/sessions/10f0dd2ed0c3770f58126145605170952500000049050011.ms: Failed to open file '/home/nazgulled/.config/metacity/sessions/10f0dd2ed0c3770f58126145605170952500000049050011.ms': No such file or directory
    (polkit-gnome-authentication-agent-1:4946): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'
    (polkit-gnome-authentication-agent-1:4946): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
    ** Message: Initializing gksu extension...
    Unable to open desktop file epiphany.desktop for panel launcher
    Unable to open desktop file evolution.desktop for panel launcher
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0.  This shouldn't happen!
    waiting for X server to shut down gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    (vmware-user:4943): Gtk-WARNING **: cannot open display: :0.0

    Not sure if this will help as I don't run gnome, but after a recent update when I ran startx I was getting a bunch of those doodad errors myself.  After going through http://bbs.archlinux.org/viewtopic.php?id=56072 and disabling numlockx in my xinitrc I had no more errors.
    Last edited by Pi (2009-12-22 17:49:11)

  • Output from code running on azure cloud

    How do I get the log files from an azure cloud service / or the output from an azure cloud service.
    I DO NOT mean the azure cloud logs, i.e. the logs produced by the management portal - I mean the actual output of my code.
    If I run the code locally it goes to console, so I can see it, but how do I see it when it is running as an azure cloud service?
    I am on VS2013 / .NET4.5 / Azure SDK2.4
    thx

    Hi,
    Requests may be load balance to different azure cloud service instance, so azure storage service is a good choice to save the log message, based on your description, you don't want to use azure cloud logs, because it is produced by management portal, I don't
    know whether you mentioned is Azure Diagnostics or not, as far as I know, we can log our exception code to azure storage just use Trace.WriteLine(), refer to 
    http://blogs.msdn.com/b/sumitm/archive/2009/11/25/windows-azure-walkthrough-simple-logging.aspx for more details,and
    azure storage explorer is a good tool to see the error details, below is the article that show us how to Configure Diagnostics for Azure Cloud Services.
    #http://msdn.microsoft.com/en-us/library/azure/dn186185.aspx
    If I misunderstand, please feel free to let me know.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • GUI locks up when trying to read output from server

    I have a client built in MVC fashion and have two GUI views. One view is for output from the server and input from the keyboard. The other view is for changing connection settings and starting the conection. The problem is when I make the call to connect from the connection GUI it is able to connect and set up the streams but both GUIs lock up once I start trying to output the text received from the server. The strange thing is that when I call these methods just from the Model and not via the GUI and its actionListener the whole thing works. I think it may have something to do with the loop locking up the GUI but don't how to resolve this.
    public void monitorServer()
    try
    char inputChar = (char)fromServer.read();
    while (socket.isConnected()==true && inputChar >-1 )
    inputChar = (char)fromServer.read();
    if ( ( (inputChar >= '0') && (inputChar <= 'z') )
    ||(inputChar == '\n')||(inputChar == '\r')
    ||(inputChar == ' ') )
    String tempString = (""+inputChar);
    mv.addText(tempString);
    catch(IOException ioException)
    JOptionPane.showMessageDialog(null,
    "Error: Failed to read message. Corrupt data sent by server",
    "Connection Error", JOptionPane.ERROR_MESSAGE);
    mv.addText("\nMessage not read.\n");
    The code above is the bot that screws it all up. mv is the other view that it is outputting the text to.
    Please help! I'm gonna fail my degree. :)

    you need to run your server connection part in another thread.

  • Xsl:message

    hi friends,
    I am trying to raise error from xslt mapping. I used <xsl:message terminate="yes">my error message</xsl:message>
    I have set TRACE_LEVEL to 3 & LOGGING to 1 in integration engine configuration still I do not see my error message under 'trace' section of 'Request Message Mapping' step in XI. The processing of subsequent steps continues with empty message which I do not want.
    I followed sap help on following link,
    http://help.sap.com/saphelp_nw04/helpdata/en/8a/7672f7d7e444439fd7024f806221a4/content.htm
    Any suggestions?
    Thanks for your time in advance.
    sachin kotalwar

    Sachin,
    <i>The processing of subsequent steps continues with empty message which I do not want.
    </i>
    Since you have given <xsl:message terminate="yes"> This attribute determines processing of the XSLT program should be terminated. But you dont want your program to be terminated. So change it to "no" and then it should work.
    I hope that you have saved the data after you made changes to trace_level and logging.
    Regards,
    ---Satish

  • Problem with Alt Text output from thumbnail image of Lightbox widget

    I’m having a problem with the Lightbox widget not producing alternative text based on the image properties.  I’ve set ALT text for the image properties on both the larger Ligtbox image as well as the thumbnail.  But the HTML output from Muse does not include the ALT text on the thumbnail version of the image.  Here’s an example:
        <div class="popup_anchor">
           <div class="Thumb popup_element clearfix" id="u4409"><!-- group -->
            <a class="anchor_item grpelem" id="untitled"></a>
            <div class="grpelem" id="u4433"><!-- image -->
             <img id="u4433_img" src="/images/n0060292x292.jpg" alt="" width="292" height="292" />
    This may be a problem that came in a previous release of Muse.  I have a few older examples where ALT text is produced, but it’s no longer updated if I update the Image Properties.

    I'm seeing the same problem. Looks like a bug to me. Any ideas as to how we can get this on Adobe's bug fix list?

Maybe you are looking for

  • HR ABAP infotype 0008

    Hi All, Please see my below requirement. i got  2 periods in infotype 0008(in the datailed view) 1.03/31/2009-12/31/9999  and amount is 1500(Present period) 2.01/01/2007-03/30/2009  and amount  1000.(Previous Period) I want to get the amount from the

  • PC hard drive wiped out, how do I transfer to new one?

    Our home PC (running Windows XP) had to have it's hard drive replaced, therefore I lost everything I had on itunes (I know, I know, I should have had it all backed up!). I spoke to a great guy on the helpline, who told me how to at least get all my p

  • How can I take a widget to the desktop

    I would like to take a widget to my desktop ¿Is it possible to do it in Lion? I´ve done it before in Snow Leopard but it does not work anymore Cheers!

  • 2nd Gen iPod with Vertical Screen Lines

    I've got a 2g iPod (10 gig) that has vertical lines in the screen that no longer work. This a monochrome lcd so I figured that it was a faulty connection between the board and the glass. So I opened my iPod to investigate. there's a plastic ribbon co

  • How to Trace IDOC  in SAP 4.7 .

    Hi , AM trying to post idoc from informatica. My source is oracle table. Using Informatica powercenter 8, am communicating with SAP to post idoc. In informatica, session failed but no errors found. The information which it gives is " Connection to SA