Im new to schemas and I have to update an existing one.
Basically I have two elements to test that they are of string value (which is already completed), but I need a clause in here now to say if one of the fields is blank and the other not then allow it through the schema, if both fields are...
This is probably the worse thing I have ever attempted in xsl
formating a date value that can be any of the following:
MM/DD/YY
M/DD/YY
M/D/YY
MM/D/YY
changing it into YY-MM-DD
Any guidance?
Hello,
I am having a problem when I transform an XML document with my XSL.
Everything works ok except when one of my XML tags contains a square character (carriage return) it outputs a ? in my newly transformed tag.
I guess that I need to test for the existance of the carriage return...
Hello!
I have a scheduled task running under user b with the server logged on as user a.
Problem is I want to detect from this scheduled task if an exe is running on the server by user a
Any ideas or have I lost you all?
Thank you
Hello!
I have a legacy system I am working on that uses two frames.
The users select a link in the left frame and it loads the link into the right frame.
However now on a new link I have generated an XML object that I wish to pass through to the new window and using DHTML go through my...
Hello!
Can't find the answer ....
I am reading in values to an array:
arrVal=new Array("\\server1\c$\Program Files\MyApp\file.xml",\\server2\c$\Hello\file.xml")
But JavaScript keeps removing my slashes so how can I do the above?
Can I set separate variables, like var item1 =...
Morning all,
Got a issue with a expression. Basically using the "Scripting.FileSystemObject" I am trying to create an expression to say (Pseudo code)
If the folder time is >= Now() time -1 then
'This folder has been updated within the last hour
strColour="Green"
elseif the folder time is...
Morning all,
Just started out with XSL.
Now working on my first example I have the following XML structure
<topLevel>
<repeatLevel name="hello" type="hello">
<![CDATA[sometext in here]]>
</repeatLevel>
<repeatLevel name="hello2" type="hello2">
<![CDATA[more text in here]]>...
Getting this error : "Error in my_thread_global_end(): 2 threads didn't exit" in my apache error log.
Using MySQL via ODBC latest version.
NOT USING PHP, VBScript so forum entries such as overwrite the PHP libmysql.dll file will not work with this one.
This is slowing my queries down as this...
Hiya
Having a massive speed issue with a cgi-bin script in Apache Http server linking into MySQL via a VBScript that runs from the /bin/ location of Apache.
Has anyone experienced a speed issue between the two? I have a delay of 5 seconds on each query to the MySQL database.
Versions MYSQL...
Morning,
When running a VBScript that simply does the below:
set conn = CreateObject("ADODB.Connection")
conn.open "DSN=MyDSN"
conn.close
set conn = nothing
Msgbox "done"
It takes 5 seconds to close WScript.exe from task manager (that is after I have selected ok to the msgbox)
Is...
Hello All!
Need a little help, I am new to MySQL ODBC when using vbScript and I have come across a problem that the connection appears to be ok but when running select queries they are taking each over 5 seconds to complete.
The table it is selecting on contains 64 rows.
here is an...
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.