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...
ok the repeative element of the xml is represented in the XSL file like the below:
<tr>
<td><xsl:value-of select="@name"/></td>
<td><xsl:value-of select="@type"/></td>
<!--<td><xsl:value-of select="<![CDATA["/></td>-->
</tr>
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...
I have been looking at this further again today and noticed that my Apache error log is presenting this error:
Error in my_thread_global_end(): 2 threads didn't exit
Searched google on this and all solutions relate to PHP. I don't use PHP this is being caused by VBScript, so this maybe...
Thank you for the query suggestion. The query detailed above is a cut down version of the one being used and they both take 5 seconds to complete!
The network connection should not be an issue at all as this is sitting on a server with nothing really else installed or used.
It appears I may...
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...
Ok let me develop this further:
Has anyone had any preformance issues with Apache Http server and MySQL?
Are there any settings / configurations I need to update?
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.