Hi there,
I've got a strange problem where when I perform a transformation on my XML to an XHTML document using an XSL file certain tags are closed incorrectly.
for example I've got this line in my XSL<xsl:template match="/">
<xsl:text disable-output-escaping="yes">
<div id="topBar">...
Hi there,
I've a problem with some XSL I'm writing, I'm wondering if there's an escape character in XSL or something that can solve this problem, here's what I've got for my XSL...
<xsl:when test="name(../*[position()=$pos * 2])='xf:select1'">
<xsl:apply-templates...
Hi guys, hopefully this is simple but I've had no luck so far.
What I want to do is to refresh or reload the parent page from a child page,
Eg. I've got a popup window that does something, when it finishes I want the parent window to refresh, here's my code so far...
Hi guys, sorry if this is a screamingly simple question, but I'm finding it difficult to uncover any help on GIMP.
I have a jpg image that I want to save as or export to a gif file format.
How can this be done?
Also where is a good place to look for Gimp documentation and discussion?
TIA
Alex.
Let me clarify that statement.
The error said something to the effect of...
"C:\Program "
There were no entries for that under my startup, but a few from...
"C:\Program Files"
I wasn't sure if the computer would differentiate between them properly so I too it litteraly.
Al.
No it's not quite the exact, but I'd have to restart my computer to get it going again and I don't have the time unfortunatly as my PC is the current file server, however...
This moring I did reboot and found that the error wasn't there, it must be because using the Startup Control Panel I...
I've checked it out, and no, there are no startup proprams that start C:\program, I had a look at the services and there soesn't seem to be anything there that's strange.
That's a nice app, but unfortunatly it doesn't list the C:/program file that I am looking for.
I don't get it, how can it be hidden, there must be somewhere it can be found!
I searched through the registry and there didn't seem to be anything there, but then again it's like finding a needle in...
Hi there,
I have an error that arrises everytime I logon to Windows NT 4 sp 6, it goes a little like this...
Unable to find folder "c:/program " the program was unable to execute.
Or something to that effect, I assume the program that it's trying to execute should be found in the...
Hi guys, I've got a relatively simple question here to do with SQL and ASP, hope you can help.
Here's my sp...
CREATE PROCEDURE [sp_insert_siteListings]
(@siteUsername [varchar](50),
@sitePassword [varchar](50))
AS
BEGIN
DECLARE @UserVal [int]
EXEC sp_validate_Username...
Hi there,
I'm having trouble creating a new option in a parent window from my child window.
Here's my code...
Parent window
<html>
<head>
<SCRIPT Language="Javascript">
<!--
function myopen(){
window.open'popup.htm','popup','width=250,height=250,status=Yes');
}
//-->
</SCRIPT>...
Hi there,
I wass just wondering which way is the fastest and/or most efficent way of recalling data from a DB.
My setup at work is a Sql Server 7 DB and I use ASP to communicate with it, I also use Ultradev. I don't like having lots of unnecesary code and I find that Ultradev does this...
Ahh of course I was expecting a function like TRIM in VBScript but REPLACE is the obvious answer, thanks, a real case of not beeing able to see the wood for the trees :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.