Pedro Thanks,
JavaDude32 :
if you don't want to restart your application each time some class is changing (very usefull for developing stage).
regards goodgood
Hi All,
I want to enforce the reload of class file, and not to use the already loaded class from the classloader cache, how can I do it without rewrite the loadclass() of the classloader ?
thanks in advanced, Rami.
Hi
I am running apache Apache1.3.19 on UNIX HP computer and get the following error in the error_log file :
[error] (22)Invalid argument: shmctl() could not set segment #6679
this error occur maybe because some patch that administrator add to this machine.
did some one can help me solve...
Tarabin Hi
I use javaScript to change the 'select' attribute.
(first I add to the "xsl:for-each" tag attribute filter="yes")
then the javaScript go like this :
var x = xslDoc.getElementsByTagName("xsl:for-each")
for(i=0 ; i < x.length ; i++ )
if(...
Hi Jordi
Thanks for the answer I saw it and I want to ask if the next flow is possible :
I use xml that contain link to xsl --> generate html.
and I want to add some buttons to the page (check box or something like this....) and by marking the checkbox to change the filter of the data that the...
Hi
I need to use javascript variable as parameter to the select attribute.
<xsl:for-each select="xxxxxxxxxxx">
I want to use javascript variable instead of the xxxxxxxxxxx string.
something like :
<xsl:for-each select=MyJavaScriptVar>
Thanks in advanced
goodgood.
Hi
I need to define element type that can contain Number with comma.
e.g. 1,234 or 9,234,123.
I need that the xsl sort function will work on this type and will sort it as Number and not as String.
the definition :
<ElementType name="SUCCESS" dt:type="fixed.14.4"/>
is work...
U can use this function :
/**
*
* execute ksh Program (or any command that U can run from the prompt).
*
* @param comman the command that need to be executed
* in the syntax : "prog.ksh parameter1 p2 ...pi"
*
* @return the output of the program that was execute...
Hi
how can I write xml data in html file ?
I have xml with link to xsl
and I want to put the xml in one html file
(that contain some JavaScript).
regards
goodgood.
I want to send from servlet
this xml file with the xsl inside
and the browser that make the request will see
this xml with the reference to the xsl that is inside him.
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.