XSLT Transformation returns blank page

Hi,
apologies for the NOOB Question.
I'm trying to prepare an XSQL demonstration for work and have hit a problem, which I'm sure is just a configuration issue.
Using JDeveloper 10.1.3.3.0 I have created an XSQL page which returns a few rows.
I've written an XSL stylesheet to transform the data into an html page.
However, the browser is just showing a blank page.
I've tried the following:
1.) Calling the XSQL page with the '?xml-stylesheet=none' parameter.
The browser displays the unprocessed data correctly, so there's no problem with the XSQL itself.
2.) Saving the output from the webpage as a seperate xml file and applying the stylesheet to it
(by adding the line <?xml-stylesheet type="text/xsl" href="bhwtest1.xsl"?> to the saved output, and opening in the browser.
This works fine and shows that the stylesheet works OK.
I've also tried opening the stylesheet directly in the browser to check that the path that I specify to the stylesheet is valid. This also works, so
the path to the stylesheet is correct.
Any ideas what I can try next?
Thanks for your suggestions,
Ben

XSLT file
<?xml version="1.0" encoding='windows-1252'?>
<?xml-stylesheet type="text/xsl"
href="D:\JDev10\jdev\mywork\BHWApplication1\BHWProject1\bhwtest1.xsl" ?>
<page xmlns:xsql="urn:oracle-xsql" connection="ossdev_07t">
<xsql:query>
SELECT u.user_id AS user_id, u.user_name AS username, email_address AS email
FROM fnd_user u
WHERE email_address IS NOT NULL
and user_id > 3
</xsql:query>
</page>
Stylesheet
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="ISO-8859-1" method="html" />
<xsl:template match="/page">
<table border="1">
<tr><td><b>User Name</b></td>
<td><b>Email Address</b></td>
</tr>
<xsl:for-each select="ROWSET/ROW">
<tr>
<td>
<xsl:value-of select="./USERNAME"/>
</td>
<td>
mailto:<xsl:value-of select="EMAIL"/>
</td>
</tr>
</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>

Similar Messages

  • Google image search in ipad - returns blank page, what's wrong?

    while searching, under image tab, returns blank page.
    what's wrong?

    Works fine for me. Probably a google problem.

  • Updating UCCX Application returns blank page

    Hi,
    We have IPCC Express 4.5, when adding new application or updating existing apps, it returns blank page. Before, it will work again when we restart the server but now, it just won't work. Is there a known bug for this one? CAn anyone of you help me? We have upcoming scripts to develop and we cannot do any thing to apply it. Thanks in advance.
    Len

    Hi
    I would check the c:\program files\wfavvid\log\MADM logs for any major EXCEPTIONS (search for them in Caps, and try to make sense of what they are telling you
    If you don't have any luck with that, it's possible to delete the appadmin website from Tomcat and it will rebuild the site when you next restart the Node Manager. Go into c:\program files\wfavvid\tomcat_appadmin\webapps, and delete the appadmin folder. There will also be an appadmin.war file there, don't delete that as it contains the compressed website files. When you restart the node, it will be rebuilt and may be fixed.
    Regards
    Aaron
    Please rate helpful posts....

  • Apex Listener return blank pages with no configuration errors!

    - I set up an Apex Listener "Version:1.1.3.243.11.40" at "10.0.114.11" in standalone mode.
    - I configured Apex Listener via http://10.0.114.11:8585/apex/listenerConfigure and return with no errors.
    - I get http://10.0.114.11:8585/apex/listenerStatus, it returned this:
    Current Time:     Tue Dec 13 17:06:32 ICT 2011
    Server Uptime:     0 Days 01:10:14.101
    Total Accesses:     38.0
    Total Traffic:     161.34K
    Total Errors:     0
    Total File Downloads:     0
    Total Processing Time:     0 Days 00:00:09.354
    Processing Time in milliseconds:     Minimum: 20 Average: 246 Median: 64 Maximum: 3062
    Database Time in milliseconds:     Minimum: 14 Average: 61 Median: 50 Maximum: 204
    Active Requests:     0
    Connections in the pool apex:
    Active: 0 Available: 1
    But when I go to "http://10.0.114.11:8585/apex" or "http://10.0.114.11:8585/apex/apex_admin", I got blank pages.
    The page displays "Application Express Login" or "Application Express Administration Services" in the tab at the top of IE, but nothing else. Anyone have any ideas what could be happening here ?
    thanks so much,

    Hi Udo!
    I run apex_listener with this below command and the output is that:
    java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war
    INFO: Starting: /source_install/apex_listener.1.1.3.243.11.40/apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: /tmp/apex
    INFO: Using classpath: file:/tmp/apex/apex/____embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/tmp/apex/apex/WEB-INF/lib/commons-fileupload-1.2.1.jar:file:/tmp/apex/apex/WEB-INF/lib/je-4.0.103.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar:file:/tmp/apex/apex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojdbc6.jar:
    INFO: Starting Embedded Web Container in: /tmp/apex
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=/tmp/apex/apex/WEB-INF/web.xml
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=/tmp/apex/apex/WEB-INF/web.xml
    Using config file: /tmp/apex/apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.3.243.11.40
    APEX Listener server info: Grizzly/1.9.18-o
    Dec 13, 2011 6:40:23 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Tue Dec 13 18:40:23 ICT 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    I don't know how to "could you please check if you configured the directory for the static contents ("images") correctly"
    because the Installation Guide of Oracle about Install Apex in standalone mode do not tell me to configure images any more. I just run apex listener with above command "java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war".
    Thank you for your reply,Udo!

  • Printing to PDF from CrystalReportViewing returns blank page

    Hi All,
       I have a web report that I run. When the report generates in the CrystalReportViewer I see my results. However, if I click the button to Print to PDF, it results in a PDF with no data. If I click on the Next button as well to go to the next page in my report, it returns blank results.
    This apparently started happening when I used date parameters being passed to my stored procedure:
            parameterField = report.ParameterFields("@callstdate")
            parameterField2 = report.ParameterFields("@callendate")
    I'm using VS 2008 and CR2008.
    Any ideas why this is happening?
    Thank you in advance,

    1)Any export type I use returns no data on the exported report
    2)Changed PDF to ActiveX and it printed the report with no data
    3)Remove parameters from my webapp and let the Viewer prompt for them. Now PDF works and everything else.
    Here's my code:
        Protected Sub display_report()
            parameterField.CurrentValues.Clear()
            parameterField2.CurrentValues.Clear()
            parameterField3.CurrentValues.Clear()
            CrystalReportViewer2.ParameterFieldInfo.Clear()
            parameterField = report.ParameterFields("@callstdate")
            parameterField2 = report.ParameterFields("@callendate")
            parameterField3 = report.ParameterFields("Group")
            For Each li As ListItem In Me.ListBox1.Items
                If li.Selected = True Then
                    ' Add all parameters value here
                    parameterField3.CurrentValues.AddValue(li.Value)
                End If
            Next
            report.SetParameterValue("@callstdate", CDate(st_date.Text))
            report.SetParameterValue("@callendate", CDate(st_date.Text))
            CrystalReportViewer2.ReportSource = report
        End Sub

  • CF8 returns blank page

    Hi,
    I have an Intranet application running on a CF8 Enterprise edition and the last few weeks we see a strange behaviour of our server: sometimes it just returns a blank page.
    This occurs in the morning of a random day, when the first people try to log in to the Intranet. When we view the source of the returned page, it is totally blank, not even a hint of HTML code. We tried finding a clue in the log files, but as no error whatsoever is produced, no trace can be found.
    The current solution is restarting the 'ColdFusion 8 Application Service' and everything works as normal. It intervals at around 5 days.
    CF version : 8,0,1,195765
    Operating System : Windows 2003 (5.2)
    Java Version : 1.6.0_04
    Enabled Session and Application variables.
    Does anybody out there experiance the same or comparable problems? Does anybody know of a more permanent solution?
    Thanks for ready.

    Here we go :
    1. We used the Monitoring tool from the moment we upgraded to CF8, mainly to set alerts on JVM and unresponsive server. As in the logfiles, nothing of interest appears on the monitor.
    2. I verified that the key is valid and no doubles exist on the network.
    3. See below
    4. Other templates do not render either. If I call the Intranet by another alias (being IP or machine name) it does create a new memory store and initializes the app correctly. (We normaly work with an alias to call the Intranet, I also verified that the alias is correctly translated and I do call the correct server)
    5. I hard-coded <cfreturn true> at the end of the OnRequestStart method. (I also read that post somewhere I recall )
    Code for OnError :
    <cffunction name="OnError" access="public" returntype="void" output="true" hint="Fires when an exception occures that is not caught by a try/catch.">
            <cfargument name="Exception"    type="any"        required="true"                    hint="Struct identical to a cfcatch variable">
            <cfargument name="EventName"    type="string"    required="false"    default="">
            <!--- to catch cfabort actions, which automatically fire OnError(), also expired sessions should not be caught here --->
            <cfif ListFindNoCase("onSessionEnd,onApplicationEnd",ARGUMENTS.EventName)
                OR ARGUMENTS.Exception.Type EQ "coldfusion.runtime.AbortException"
                OR    Not IsDefined("SESSION.user.id")>
                <cfreturn/>
            </cfif>
            <!--- do main error catching routine --->
            <cfif IsDefined("SESSION.user.id")> <!--- User is not timed-out? --->
                <cfif  NOT IsDefined("SESSION.showErrors")> <!--- option can be set for developers--->
                    <!--- session is still active --->
                    <cfmail from="<our mail address>" to="<our develpment group address>" subject="Site Error" type="html">
                        <html>
                        <head>
                            <title>Site Error</title>
                        </head>
                        <body>
                            <div><cfdump var="#ARGUMENTS.Exception#" label="EXCEPTION"></div>
                            <cfif IsDefined("SESSION")>
                                <div><cfdump var="#SESSION#" label="SESSION"></div>
                            </cfif>
                            <cfif IsDefined("URL")>
                                <div><cfdump var="#URL#" label="URL"></div>
                            </cfif>
                            <cfif IsDefined("FORM")>
                                <div><cfdump var="#FORM#" label="FORM"></div>
                            </cfif>
                            <cfif IsDefined("CGI")>
                                <div><cfdump var="#CGI#" label="CGI"></div>
                            </cfif>
                            </div>
                        </body>
                        </html>
                    </cfmail>
                    <cflocation url="/ErrorTemplates/Error_500.cfm" >
                 <cfelse> <!--- User is developer, just show all scopes --->
                    <div><cfdump var="#ARGUMENTS.Exception#" label="EXCEPTION"></div>
                    <cfif IsDefined("SESSION")>
                        <div><cfdump var="#SESSION#" label="SESSION"></div>
                    </cfif>
                    <cfif IsDefined("URL")>
                        <div><cfdump var="#URL#" label="URL"></div>
                    </cfif>
                    <cfif IsDefined("FORM")>
                        <div><cfdump var="#FORM#" label="FORM"></div>
                    </cfif>
                    <cfif IsDefined("CGI")>
                        <div><cfdump var="#CGI#" label="CGI"></div>
                    </cfif>
                    </div>
                </cfif>
            <cfelse>
                <!--- session has expired --->
                <cflocation url="/ErrorTemplates/Session_Expired.cfm" >
            </cfif>
        </cffunction>

  • Return Blank page

    Hi all,
    I was trying to access a page with 220 courses and a total of 500 tracks. But page returned was a blank page with scroll bar. May i know if there is a limit for Sections or courses per page in iTunesU?
    These is the url i try to access.
    https://deimos.apple.com/WebObjects/Core.woa/BrowsePrivately/anu.edu.private.au. 2771899376

    Hi all,
    I've found the reason of getting a blank page. I was creating a Section for each course, hence there are a total of 220 sections in the page I was trying to retrieve. When I reduce that to 217 section, the page work fine.
    However I would like to know if '217' is the maximum number of section for a page?
    Cheers,
    Jia Huey

  • MSS My staff reporting always returns blank page

    Hello,
    We are working with ESS(v60.2)/MSS(v60.1) Sap Portals 6.40 with ECC 5.0. We have a problem with the reports of "My staff". We are using the default scenario "RPT0" with the standard reports but when we execute them after choose the selection criteria the result always is a blank page, without any error or result.
    Can anyone help us? We have checked all the configuration/customizing...
    Many regards.
    Pablo.
    Message was edited by:
            Pablo García Sanz

    Hi,
    Are these webdynpro applications or ITS based screens ?
    Incase they are webdynpro applications, please check if the ess business package is deployed. You can go to Content Administration -> Webdynpro -> sap.com -> click on the application -> run as preview. Check if you are able to view it there.
    Check the iview properties and also check this link : http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2eb47fed444bb885c244f5ff979f16/frameset.htm
    Hope this helps.
    Regards,
    Sunil
    PS: Reward points for helpful answers.

  • WCM_PLACEHOLDER returns blank page while WCM_BEGIN_EDIT_SESSION works fine

    Hello there,
    I have created a website in SiteStudio (via JDeveloper) with the site assets as in the following link:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10613/img/region_definitions.gif
    Note that all the elements in the above link are checked in UCM.
    I can edit the datafile which is in UCM via:
    http://127.0.0.1:16200/cs/idcplg?IdcService=WCM_BEGIN_EDIT_SESSION&dDocName=SSD-DATAFILE
    However I am unable to see the contents of the same datafile via:
    http://127.0.0.1:16200/cs/idcplg?IdcService=WCM_PLACEHOLDER&dataFileDocName=SSD-DATAFILE&placeholderDefinitionDocName=SSD-CONTENT-PHD
    No matter the value I type for the parameter dataFileDocName I always get a blank page.
    If I change the URL to:
    http://127.0.0.1:16200/cs/idcplg?IdcService=WCM_PLACEHOLDER&dataFileDocName=SSD-DATAFILE&SSContributor=true
    I get the following response: It is not possible to calculate the path to the content item 'SS_DEFAULT_REGION_TEMPLATE'.
    The thing is that I don't know why UCM is trying to find +'SS_DEFAULT_REGION_TEMPLATE'+.
    Can anybody shed some light on what is happening please?
    Thanks,
    Fabio

    Hello Jiri,
    Thanks for your reply.
    Unfortunately I am getting 404 for the link you provided.
    I have assigned a REGION DEFINITION (is that what you mean by "content" on your reply?) to the placeholder, please have a look at its source below:
    +<?xml version="1.0"; encoding="UTF-8" standalone="yes"?>+
    +<placeholderDefinition xmlns="http://www.oracle.com/sitestudio/PlaceholderDefinition/"+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/sitestudio/PlaceholderDefinition/ http://www.oracle.com/sitestudio/ss_placeholder_definition.xsd">
    +<property value="" name="description"/>+
    +<complexProperty name="flags">+
    +<property value="true" name="update"/>+
    +<property value="true" name="preview"/>+
    +<property value="true" name="reset"/>+
    +<property value="true" name="removeAssociation"/>+
    +<property value="true" name="switchDataFile"/>+
    +<property value="true" name="approve"/>+
    +<property value="true" name="viewTrackerReport"/>+
    +<property value="true" name="reject"/>+
    +<property value="true" name="switchRegionTemplate"/>+
    +<property value="true" name="docInfo"/>+
    +<property value="true" name="docInfoUpdate"/>+
    +<property value="true" name="modifyMetadata"/>+
    +<property value="true" name="viewUsageReport"/>+
    +</complexProperty>+
    +<mappings>+
    +<regionDefinition location="SSD-CONTENT-RD">+
    +<regionTemplate location="@ssd-content-rt" default="true"/>+
    +</regionDefinition>+
    +</mappings>+
    +</placeholderDefinition>+
    Supposing the above source is correct; I'd appreciate if you could bring to my attention some other potential source for such a problem so I can look into it.
    Regards,
    Fabio

  • Cflocation returns blank page

    I have a page that redirects the user after they have successfully logged in.  Everything was working great on my test server but when I uploaded it to launch the site the redirect after logging in stopped working.
    User enters info and hits submit
    Code logs in user
    Blank page is shown
    Refresh that page (without resubmitting form)
    User was successfully logged in.
    So the page is going to the login script, they are being logged in but the cflocation is not redirecting on my IIS server but it was on Apache.  There are no cfflush or cfdump tags found in the entire site.
    Any ideas? Thanks!

    Thanks for the response!  I've checked all the rules and files. All is good.
    It looks to me that everything is working but the cflocation.  If I manually go to the page the cflocation was being redirected to all of the code executed before the cflocation has been executed (logging the user in).
    It's just the cflocation not working.
    An other thoughts?  Thanks again!

  • Running Powershell command from PHP returns blank page

    Hi. :-)
    I have this script :
    <?php
    $q = shell_exec('powershell Get-Help');
    echo $q;
    ?>
    This works well and gives me output.
    But... When I change Get-Help with Get-VM it gives me blank page as ouput. I have simillar problems with other Hyper-V cmdlets.
    This is code 1:
    <?php
    $q = shell_exec('powershell Get-VM');
    echo $q;
    ?>
    This code gives me blank page.
    Code 2:
    <?php
    $q = shell_exec('powershell Start-VM 'Vm1'');
    echo $q;
    ?>
    This code gives me that it cannot find VM with that name.
    What's the problem, what to change in script or system settings.
    Note: All this commands WORK and gives me output when I run it from cmd
    Things that I did:
     1. Changed execution policy to Unrestricted
     2. Added 2<&1 at the end of shell_exec.
    Thanks in advance.

    Hi,
    I think we should run powershell as adminitrator to get VMs.
    Start-Process "$psHome\powershell.exe" -Verb Runas -ArgumentList '-command "Get-VM"'
    Regards,
    Yan Li
    Regards, Yan Li

  • Update Row return blank page

    Hello there,
    I created a master detail form with a tabular form that will update two columns (Comments and Status)  when I click a button to applied changes. The master region is a dynamic list of value that receive a character value (eg Error Code) and this dynamicly will trigger the detail to populate the tabular form depending on the number of Error code rows in the database. When I pass the Error Code value and this Error Code  has less then 50 rows on the tabular form and when I click the button to perform the update,  the two columns will update without problem. When the Error Code has over
    50 rows on the tabular form this will execute and will show a blank page. Is anyone have notice this type of problem and did you solve it?
    Your insight is much appreciated.
    Ghislain

    Hi all,
    I've found the reason of getting a blank page. I was creating a Section for each course, hence there are a total of 220 sections in the page I was trying to retrieve. When I reduce that to 217 section, the page work fine.
    However I would like to know if '217' is the maximum number of section for a page?
    Cheers,
    Jia Huey

  • V470c -window 7 Professional - Turn on windows features blank page

    Hi All,
    Anyone faced error as below:
    when click on 'Turn on windows Features', return blank page?
    Urgently need advice as I need to turn on IIS settings in my lenovo v470.
    Thanks

    Hi there tiff,
    This could help you: Windows Features" dialog box is empty
    Best Regards,
    Ed
    Was this or another post on the forum helpful? Click the star on the left side of the screen to give kudos! Did someone solve a problem you encountered? Mark it as "solution provided" to help others with the same problem.

  • APEX listener returns blank login page

    APEX 4.2.2
    APEX listener 2.0.2
    Glassfish 3.1.2.2
    Platform is 32bit Linux, Amazon EC2
    I am reasonably certain that I have deployed apex.war and i.war correctly to Glassfish, and defined a virtual path and a database connection correctly.
    When running Firefox on the EC2 machine, browsing to
    http://localhost:8080/apex/dad1/
    returns a login page no problem. But browsing to the external, publicly visible, address (I have to obscure the actual address, I'll use a.b.c.d) either from the hosting machine or across the net returns an empty page:
    http://a.b.c.d:8080/apex/dad1/
    This succeeds:
    http://a.b.c.d:8080
    I get the standard Glassfish page so I know Glassfish is listening on that address.
    I have also tried starting the listener standalone, and I get the same effect: it returns a login screen when browsing to the localhost, but going to the external address I get a blank page.
    The pages really are blank, nothing shows in the page source and this is all Firebug returns:
    <html>
    <head> 
    <link title="Wrap Long Lines" href="resource://gre-resources/plaintext.css" type="text/css" rel="alternate stylesheet"> 
    </head>
    <body> 
    <pre></pre> 
    </body>
    </html>
    I have been trying to enable tracing of the request on the server side, but I haven't yet found a way to produce the equivalent of an access.log. Searching the forum did produce a couple of references to "routing rules" but I have been unable to find what and where these might be.
    As the listener works perfectly when going to localhost, I cannot believe that rthis is the common problem of not finding imges, or an issue with url mapping. But I am of course open to any suggestions!
    Any insight will be welcome.
    Thank you for your time.

    Fixed. Finally tracked it down, a redirection problem fixed with patch 16760897.
    Thank you to anyone who looked at this, sorry to have wasted your time, hope posting the solution will assist someone else.

  • Report Output in PDF using htmldb_example.xslt yields blank page; commas

    I am able to generate a PDF file from a given region using FOP (Formatting Objects Processor). The file that is produced in the Adobe reader produces a nice report with a header and footer region. However, there is always a blank page (containing the header and footer information only). Also, the report produced contains mixed data (text, dates MM-MON-RR and numbers (1.00 3.00 named Hours and Days) and totals. For certain reports, the total lines for the 2 number columns could get into the thousands (1,996.54 284.52). When the comma in the number is introduced, the total row will no longer align with the detail rows.
    I know that htmldb_example.xslt is only an example, but has anybody experienced this behavior?
    Of note, the example file "hr_employees.pdf" that is downloaded from Oracle also has a blank page.

    Code changed in htmldb_example.xslt to fix comma/number format and extra page:
    <!--Some FOP processers require a block element within a table cell to render correctly-->
    <fo:block font-size="8pt">
    <xsl:choose>
    <xsl:when test=".=translate(.,translate(.,'0123456789+-,.',''),'')">
    <xsl:attribute name="text-align">end</xsl:attribute>
    </xsl:when>
    <xsl:when test="string(number(.))='NaN'">
    <xsl:attribute name="text-align">start</xsl:attribute>
    </xsl:when>
    <xsl:otherwise>
    <xsl:attribute name="text-align">end</xsl:attribute>
    </xsl:otherwise>
    </xsl:choose>
    <xsl:value-of select="."/>
    </fo:block
    Page break code, before:
    <fo:table break-after="page" font-family="Helvetica">
    after, (no extra page):
    <fo:table font-family="Helvetica">
    <!--break-after="page" causes page break after the report ends-->

Maybe you are looking for

  • Retreving Hexadecimal Values from a table using SQL query.

    Hi, I'm looking for a query to retreive Hexadecimal values contained in a column using SQL query. The column contains the values of all types, alphanumeric, numeric and hexadecimal. I need to retreive only hexadecimal values. any help to me in this r

  • Web service : timezone problem

    Dear All, i have create a webservice that required user name, password, nonce and create datetime (i.e. in soap header, add <wsu:Created ValueType="http://www.w3.org/2001/XMLSchema/dateTime">2007-05-16T16:38:03Z</wsu:Created>) **where xmlns:wsu="http

  • TS3274 My iPad screen has gone dark, but when I use internet it goes light please advise

    My iPad screen as gone. Funny greeny colour, everything including pictures are that colour, but when I use the internet it is normal. Please could you help. I've rebooted but no change

  • Bugs on Yosemite

    after installing the new OS X Yosemite, i've found some bug when open appstore the screen turn like that but on the other apps didn't have problem like that. Hope Apple fastly solve this problem. MacBook Pro - Retina Display 15" (2013)

  • Sudoku freezes

    Hi Guys. I've read most of the posts as far as the 8320 Cruve and installing Sudoku. I had no problem installing or downloading. Everything went fine. The first few Sudoku games went well. But now when I try to play the game it shows a blank screen,