Once again: Issue with Spaces in XSL

Hi forum,
I searched the forum and found several posts on this issue, yet no suggested solution seems to work for me:
I'm having to instances of type XmlType, one being an XML instance and the other being an XSL instance.
I set xml:space="preserve" at the stylesheet, added a space with <xsl:text> </xsl:text> and even tried various other options.
When I then transform the XMLInstance like so:
XMLInstance.transform(XSLInstance) the resulting XMLInstance is properly transformed, but all spaces are gone.
Although trying hard, I wasn't able to find a working solution. Strange is that this seems to work without any issues in XMLSpy when I convert the stuff manually.
Can anybody help?
Thx, Jürgen

Hi tp5harp,
According to your description, your hyperlink is not working after exporting the report into Excel. Right?
In Reporting Services, Hyperlinks that appear in text boxes are rendered as Excel hyperlinks in the cell in which the text is rendered. Hyperlinks for images and charts are rendered as Excel hyperlinks on the image when rendered. When clicked, the hyperlink
opens the client’s default browser and navigates to the target URL. However, it still reported issues of Hyperlinks in Excel. Please see a similar threads here:
Error message when clicking hyperlink in Excel file
For you issue, we
would recommend to submit a feedback to the Microsoft Connect at this link
https://connect.microsoft.com/SQLServer/Feedback.
This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile
you can learn more about and contribute to the exciting projects on Microsoft Connect.
Best Regards,
Simon Hou

Similar Messages

  • Finder issue with Spaces

    I found a Finder issue when using spaces. I performed an upgrade installation on my Intel Core Duo iMac. Finder worked as expected. Then, I turned on Spaces. After a few minutes the finder hung. I tried using activity monitor several times to force quit it. Finder quit, then relaunched and hung. Then, I turned off Spaces and the Finder stopped hanging and functioned as expected. I turned Spaces back on, and the Finder is still working currently. I am not sure if this bug will reproduce itself at this point.

    Ok, got it!
    Please refer to the original post and the third post in the following thread: http://discussions.apple.com/message.jspa?messageID=10122332
    Turns out I was having the same two problems as the original poster. It also turns out the solution to his first problem, which he outlined in the third post, happened to solve both problems on my machine.
    In your Spaces prefs (Expose & Spaces in the System Preferences), make sure "When switching to an application, switch to a space with open windows for the application" is checked!
    Seems to have worked for me!
    Here's hoping this solution helps others with the same problem. =)

  • Sync issues with space avaliable

    Interesting problem, my 32 GB phone will not sync past 2.42 GB available space. If I try to sync even one item say a 100MB playlist iTunes reports that I need 2.42GB + what ever the size of the item is and then states not enough space available. for example I synce 1 play list and iTunes reports not enough space you need 2.56GB of space and only 2.42 is available. MAKES NO SENSE!
    Has anyone else had this issue?

    I had this happen as well. I can't remember exactly what I did to fix the issue, but I remember un-syncing everything and then adding things back. It took a little time messing with it. Sorry I do not have anything better.

  • Once again problems with Adobe DPS

    Had several problems in the past to "log in" with the Folio Builder. After A LOT OF INSTALLATIONS it finally worked well.
    But now I wasn't even able to open the Folio Builder panel or the Overlay Creator Panel. Nothing happens if I choose it in the menu..
    Consequently I installed the new Update:
    1. The Digital Publishing Tools
    2. the separate Folio Builder panel
    Unfortunately it still didn't work.
    Installed the whole thing again. Does not work. Can't open the panels.
    As you can see in the screenshot, the Folio Builder panel is called "%MENU_NAME" in the menu. HMMMMMM......??????
    ANYONE HAS THIS BUG TOO? HAS ANYBODY A SOLUTION?
    I have a very strong timeline to finish a presentation for the iPad...

    You need to install the producer tools first, then folio builder. If you dont you get the error you are seeing.
    Lots of people have had this problem, but it is easily rectified, if you uninstall and then re-install the correct way.
    Hope that helps
    Alistair

  • Once Again, Problems with PDF Output in 3.0

    Sorry that i write another thread to this topic. i think i ´ve read all other posts (and oracle documents from oracle) but i can´t find the answer to my problem
    there a two things i wondering about:
    first: What is the right port (and how can i prove it, which one is used?)
    Some write use 8888 , some use the listener Port 1521 ???
    second: after copying the fop directory, do i have to use
    oc4j -install ?
    Bonus Questions :-)
    I always get 0 length pdf documents. Is there a logfile, where i can look in?
    At my first try i put the 3 lines at the of the file application.xml, but i got an error
    now i use this :
    <library path="../../../j2ee/fop-0.20.5/build/fop.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/batik.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/avalon-framework-cvs-20020806.jar" />
    </orion-application>#
    Is this the right position?
    Thanks
    marco

    Hi Marco,
    First: What is the right port (and how can i prove it, which one is used?)In your OC4J configuration there will be a line which specifies which port should be used. To check which port it is try doing this -
    [jes@db j2ee]$ grep "port=" home/config/http-web-site.xml
    <web-site host="localhost" port="8888"
    <web-site port="8888" display-name="Oracle9iAS Containers for J2EE HTTP Web Site">
        <!-- <frontend host="your_host_name" port="80" /> -->I ran that command whilst in the j2ee directory, you can see the output I got (3 lines), so in my case it is running on port 8888 (the third line is actually commented out).
    To check if the port is actually listening, try this -
    [root@db root]# lsof -i:8888
    COMMAND  PID USER   FD   TYPE  DEVICE SIZE NODE NAME
    java    9047 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9048 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9049 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9050 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9051 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9052 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9053 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9054 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9055 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9057 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9058 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9060 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    java    9061 root   14u  IPv4 5133190       TCP *:8888 (LISTEN)
    second: after copying the fop directory, do i have to use
    oc4j -install ?No, when you run OC4J it should automatically setup the files for you, you can start the OC4J container by doing this -
    [root@db home]# $ORACLE_HOME/jdk/bin/java -jar oc4j.jar
    07/03/29 07:05:43 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initializedYou can change the path to the java command to suit your own installation.
    Is this the right position?This is what my application.xml looks like -
    [root@db config]# more application.xml
    <?xml version="1.0" standalone="yes"?>
    <!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    <!-- The global application config that is the parent of all the other
            applications in this server. -->
    <orion-application autocreate-tables="true" default-data-source="jdbc/OracleDS">
        <web-module id="defaultWebApp" path="../../home/default-web-app"/>
        <web-module id="dms0" path="../../home/applications/dms0.war"/>
        <web-module id="dms" path="../../home/applications/dms.war"/>
        <commit-coordinator>
            <commit-class class="com.evermind.server.OracleTwoPhaseCommitDriver"/>
            <property name="datasource" value="jdbc/OracleDS"/>
            <!-- Username and password are the optional properties
               replace with your commit_co-ordinator_super_user
                 <property name="username"
                                   value="system" />
                 <property name="password"
                                   value="->£$@£@£$!£" />
      -->
        </commit-coordinator>
        <persistence path="../persistence"/>
        <!-- Path to the libraries that are installed on this server.
         These will accesible for the servlets, EJBs etc -->
        <library path="../applib"/>
        <library path="../../../sqlj/lib"/>
        <library path="../../../rdbms/jlib/xsu12.jar"/>
        <library path="../../../lib/dsv2.jar"/>
        <!-- Path to the taglib directory that is shared
             among different applications. -->
        <library path="../jsp/lib/taglib"/>
        <!-- Comment out the jazn element to use principals.
        When both jazn and principals are present jazn is used  -->
        <!-- libraries below added for FOP support -->
    <library path="../../../j2ee/fop-0.20.5/build/fop.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/batik.jar"/>
    <library path="../../../j2ee/fop-0.20.5/lib/avalon-framework-cvs-20020806.jar" />
    <!-- above libraries added for FOP support -->
        <principals path="./principals.xml"/>
        <log>
            <file path="../log/global-application.log"/>
        </log>
        <jazn provider="XML" location="./jazn-data.xml"/>
        <data-sources path="data-sources.xml"/>
        <connectors path="./oc4j-connectors.xml"/>
        <namespace-access>
            <read-access>
                <namespace-resource root="">
                    <security-role-mapping>
                        <group name="administrators"/>
                    </security-role-mapping>
                </namespace-resource>
            </read-access>
            <write-access>
                <namespace-resource root="">
                    <security-role-mapping>
                        <group name="administrators"/>
                    </security-role-mapping>
                </namespace-resource>
            </write-access>
        </namespace-access>
    </orion-application>Hope this helps
    John.

  • Again Issue with installing php 5.3.0 and accessing ABAP code from php

    I have the following initial set up:
    1.Downloaded u201CApache Friends XAMPP (Basis Package) version 1.7.2u201D.
    With this I got :
    Apache 2.2.12 (IPV6 enabled)
    MySQL 5.1.37 (Community Server) with PBXT engine 1.0.08-rc
    PHP 5.3.0 + PEAR (PEAR, Mail_Mime, MDB2, Zend)
    2.Installed the above XAMPP package.
    3.created a local test.php file and placed in htdocs folder
    3.Started the Apache server and executed the test.php file from u201Chttp://localhost/test.phpu201D. it runs absolutely fine. I can see the output in my browser. (just did an "Hello world" coding)
    4.Now I downloaded the SAPRFC (saprfc-1.4.1.All.zip)  package.
    5.In this, I got u201Cphp_saprfc_530.dllu201D which I added to my extension file where all the other dll files are present.
    6.Then I opened the u201Cphp.iniu201D file and added the above saprfc dll file to the extension directory   as u201Cextension=php_saprfc_530.dllu201D.
    7.Now I installed u201Cvcredist_x86.exeu201D.
    8.Finally I started the apache server afresh. I get the following message and the apache server is started.
    "PHP StartUp: saprfc: Unable to initialize module
      Module compiled with build ID=API20090626,TS
      PHP compiled with build ID=API20090626,TS,VC6
      These options need to match"
    i have SAPGUI installed on my PC.
    details of SAPGUI is
    release: final release 710
    file version: 7100.4.15.1047
    build: 1108370
    patch level: 15
    hotfix : 1
    Somebody please help me solve this.
    Thanks in advance,
    Pramod
    Edited by: PramodShankar B on Dec 11, 2009 11:53 AM
    Edited by: PramodShankar B on Dec 11, 2009 11:56 AM

    Pramod:
    I'm not sure which version do you need...but I would recommend you some trial an error...download the package 1.4 (All zip versions and try to find the one that suits you)...that's what I did for my PHP 5.2.4 because both PHP and the SAPRfc must have been compiled with exact the same ID.
    Greetings,
    Blag.

  • Once again, problems with my Jukebo

    Well. I bought my jukebox 2, and I had loads of problems setting it up. In the end, after downlaoding loads of various stff, I had to give up on using the installation CD, and we discovered that if I simply clicked on a file and clicked send to, it came up with my jukebox and I could put files on it that way. However, we've since reformatted the computer, and it does not come up with that option anymore, so now I have absolutely no idea how to get files on my player. Anyone got any ideas?

    I believe the Send To is part of Nomad Explorer, so make sure you install that.

  • Issue with space bar

    Im using Mountain Lion, and when I am typing for example something like "sportia vois " (and at the end click the space bar) the text changes to "sportif vois" and the cursor moves in front of the letter "v"...
    What's going on?

    I may be wrong but it sounds like an auto correct thing.
    You may find this article helpful: http://macs.about.com/b/2012/08/13/taming-automatic-spelling-correction-in-lion- and-mountain-lion.htm

  • Once again problems with Netscape 4

    Hi,
    I have an jsp with a form inside. The form request is handled by a servlet.
    But when running the jsp from Netscape4, there are no parameters sent with the request object. Why is this?
    With the Internet Explorer I have no problems. The parameters are accesible without problems from the request object.
    Has anyone an idea???

    It seems that there is some error with your HTML (Check it thoroughly for example for missing </form> tags,etc , etc . IE is correcting them automatically but netscape is not.
    This has nothing to do with JSP
    Shubhrajit

  • Again Issues with the WRV 210 Does it still have warranty?

    Well my First WRV210 locked up and had it replaced with the warranty and now my second one which I got from returning the first one is constantly cutting all connection and restarting after using WiFi and haven't been able to use it at all. How can I check the warranty as my first one had warranty until 2018 can I still replace this one and if I can replace it with warranty can I like get a different model not the WRV210 anymore even if its just a little cheaper than the WRV210 as long as it worked properly would be nice.

    posting again

  • Again, issues with burning a cd and receiving error 4280

    I've seen and read all of the topics and responses to the error 4280, tried many solutions from the compaq website and apple help site, and so far I havent found a solution. Here are my cd diagnostics...
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    iTunes 4.7.1.30
    CD Driver 2.0.4.0
    CD Driver DLL 2.0.2.0
    LowerFilters: AFS2K (3.1.21.0), PXHELP20 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.0.4.0),
    Video Driver: NVIDIA GeForce4 420 Go 32M GeForce4 420 Go 32M
    Check the website of your computer manufacturer or video card vendor to verify that you have the latest video drivers.
    IDE\CdRomHL-DT-STRW/DVD_GCC-4241N_______________0C29___, Bus Type ATA, Bus Address [0,0]
    Some Dell computers need an update to the ATA bus driver before iTunes recognizes CDs. If you have a Dell computer, check the Dell support website for details.
    D: HL-DT-ST RW/DVD GCC-4241N, Rev 0C29
    Media in drive is blank.
    ... Any possible help is greatly appreciated.
    compaq presario R3000   Windows XP  

    If you're burning it as an expanded image then it's probably as Malcolm suggested. The alternative is just to burn it as a data file. Then if it's a 535MB .dmg file it will fit easily onto a 700MB CD. The decompressing will only take place as and when you need it to.

  • Issues with only certain users under AD Auth

    Tim,
         I wanted to find out of new copies of install documents for JAVA AD Auth and SSO for Windows.  I have one from mid 2008.  I have customer that is having a ON again OFF again issues with certain users.  See error below
    While processing an AS request for target service krbtgt/ROMAMOULDING.COM, the account dbowman did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 3). The requested etypes : 17. The accounts available etypes : 23  -133  -128  3  1  -140. Changing or resetting the password of krbtgt will generate a proper key.
    I am running BOE Edge 3.1 w/ FP 1.2
    Thanks Kindly,
    Ajay Gupta

    Old post but since there was no answer and I have that case recently : here are some clue.
    your environnemnt is  the state describe here: The security principals and the services that use only DES encryption for Kerberos authentication are incompatible with the default settings on a computer that is running Windows 7 or Windows Server 2008 R2.  http://support.microsoft.com/kb/977321
    external similar post( (http://www.networksteve.com/forum/topic.php?TopicId=5574 http://social.technet.microsoft.com/Forums/en/winserversecurity/thread/ecf15eb9-26cf-483b-b1e3-1b1c7e4901e8 )
    You should consider to apply the Microsoft fix on the 2008 Domain controller(s).
    http://support.microsoft.com/kb/978055. FIX: User accounts that use DES encryption for Kerberos authentication types cannot be authenticated in a Windows Server 2003 domain after a Windows Server 2008 R2 domain controller joins the domain
    cheers
    Christophe

  • My itunes opens after 2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to 12.x ....my operating system win7;processor i5 intel haswell and 4gb ram...i hav no issue

    My itunes opens  2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to the latest 12.0.1....my operating system windows7;processor i5 intel haswell and 4gb ram...i have no issue with opening other big programs....i tried uninstalling completely the itunes and reinstalling it as i thought at first it is not opening (because it takes really long time) and i followed the following support pages
    1)iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    2)iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8
    but my problem doesnot get solved even after trying all the methods in the above pages...
    now i realized,it opens after 2-3 hrs and at will...after opening it keeps hanging.finally it doesnot again open immediately after closing...kindly help me out as soon as possible

    My itunes opens  2-3 hrs after doubleclicking it to open;it happened once or twice  with itunes 11.x , but its a constant problem after updating itunes to the latest 12.0.1....my operating system windows7;processor i5 intel haswell and 4gb ram...i have no issue with opening other big programs....i tried uninstalling completely the itunes and reinstalling it as i thought at first it is not opening (because it takes really long time) and i followed the following support pages
    1)iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    2)iTunes for Windows doesn't open after upgrading in Windows Vista, Windows 7, or Windows 8
    but my problem doesnot get solved even after trying all the methods in the above pages...
    now i realized,it opens after 2-3 hrs and at will...after opening it keeps hanging.finally it doesnot again open immediately after closing...kindly help me out as soon as possible

  • I'm suddenly unable to join my Airport network with my PowerBook G4.  I am able to access my network with all of my other devices.  How can I once again establish access using my PowerBook G4.

    I'm suddenly unable to join my Airport network with my PowerBook G4.  I am able to access my network with all of my other devices.  How can I once again establish access using my PowerBook G4?

    Bruce777 solved this for me, thank you Bruce! My printer now works perfectly on my new wifi network!
    Bruce's  instructions, for anyone else having the same issue:
    - delete any previously set up printers
    - scrub old hp software and update software to get the hp 2.8 drivers
    - remove the usb cable from the printer if you have one connected
    - reset the printer network to hpsetup (hold down the power button and press network button 2x and then cancel 3x, release power button.)
    - print out the wireless network test report (hold down the network button and press the update button 2x). verify the network name / ssid is hsetup
    - got to sys prefs > network and change the mac wireless network to hpsetup
    - go to the sys pref > print scan
    - add the HP 8000 printer
    - click on the options and supplies button and click on the Show Printer Webpage
    - click on the networking tab > wireless in the left pane > start network wizard and change the network from hpsetup to your network
    - finish (this page may freeze up.  close the browser)
    - go back to the sys prefs and change the wireless network back to your networt
    - go to the printer and print out the wireless network test report (press network button and update button 2x).  Check that the SSID is your network
    - go to sys prefs > print scan > select your printer > options & supplies > show printer webpage > network info (check ssid and compare to wireless network test report)
    - try printing something to your printer.  It might take a little time the first print.

  • My iPad downloaded ios 8 and all I get is an unresponsive black screen with the logo. And when I reset it it goes to the page where it says hello in a bunch of languages then I try to configure it and my screen once again goes black. HELP!

    My iPad downloaded ios 8 and all I get is an unresponsive black screen with the logo. And when I reset it it goes to the page where it says hello in a bunch of languages then I try to configure it and my screen once again goes black. HELP!

    Hello Lesliegrande,
    Thanks for using Apple Support Communities.
    Please follow the troubleshooting in the article below to help resolve this issue where you are unable to update your iOS device.
    If you can't update or restore your iPhone, iPad, or iPod touch
    Take care,
    Alex H.

Maybe you are looking for