Hi. Guys
I need to know how to configure tomcat to use an XSLT 2.0 processor?
Many thanks in advance
User Profile
Collapse
-
Import an external JavaScript file
Hi. Guys
I use an XSLT style sheet to transform my xml document into html doc. I need to embed an external JavaScript file into html doc. The following line is used for this purpose:
<script type='text/javascript' src='xxx.js'></script>
Although, all files are allocated in a single directory, html doc. can’t import the JvaScript file
You help is appreciated -
thank you 4 ur reply
but this is not possible for JavaScript . I mean JavaScript doesn't accept to write < instead of <.
do u see what i mean?
cheers.... -
JavaScript in XSLT
Hi. Everyone
I’m using xslt styllesheet to transform my xml doc. into an html doc. The task includes embedding some JavaScript code for validation purpose, till this point there is no problem everything is going right. Once I tried to get an xhtml doc instead of html, JavaScript problem was raised. In other words, the transformation is performed right apart from JavaScript problem which is, some of JavaScript special characters such as (<... -
-
Thanks Korinth
Actually it’s a text field. But, unfortunately element[i].value doesn’t work. any clue?
Cheers...Leave a comment:
-
looping through an HTML
Hi. Everyone
I’m trying to loop through an html document to perform some tasks. The html document contains a couple of input boxes which gather the data from the user. However, to complete my task I need to get the name of each input box and the value of entered data. The former is archived by these statements:
var myelements=docu ment.getElement sByTagName("inp ut");
for (var i=0;i< myelements.leng th;i++){
... -
Problem with JavaScript operators in XSLT
Hi.. 2 all
How can I make XSLT processor recognise and tolerate JavaScripts operators such as ( < , >, <=, >=, &&). Placing all Javascript code between <![CDATA[and ]]> make this code is inactive.
Plz help -
Problem with JavaScript operators in XSLT
Hi.. 2 all
How can I make XSLT processor recognise and tolerate JavaScripts operators such as ( < , >, <=, >=, &&). Placing all Javascript code between <![CDATA[and ]]> make this code is inactive.
Plz helpLeave a comment:
-
Problem with JavaScript operators in XSLT
Why xslt can’t parse some JavaScript operator such as (<,<= ,>, >=, && ,;)
Whereas it parsers others like (=, != ) in correct way?
Any clue
Cheers -
thanx acoder
i still unable to solve this problem. could you help plz.
cheers...Leave a comment:
-
-
Postgresql installation problem??
HI 2 u
I’m trying to install PostgreSQL for windows XP, the version which I use is (postgresql-8-1.4-1). The problem is when I try to install it as a service I get an error message like this(Account error: Invalid username specified: logon failure: unknown user name or bad password).
If I tried to install it with as not a service it works, but then I can’t connect to database. An error message appears indicating that connection... -
thanx acoder
but still doesn't work properly.I mean, i still able to submit empty fields.
plz help...Leave a comment:
-
Thanx
The problem is not because of the action attribute, you may eliminate it. The issue is how to prevent of submission empty fields. (got it?)
Cheers...Leave a comment:
-
Form validation still allows submission of empty fields
Hi.. guys
I’m trying to use JavaScript to validate my HTML for empty fields. My code is as below. The problem is that I can escape validation and submit empty fields.
Any clue?
...Code:<html> <head> <script language="JavaScript"> function isEmpty(inputStr,fieldname){ if (inputStr==null || inputStr==""){ alert("please fill in the box") document.form1.fieldname.focus(); -
-
XSLT+JavaScript = xhtml
Hi guys
I’m using XSLT to transform XML document into XHTML doc. Xhtml form’s elements need to be validated. Any idea tells how to link javaScripts functions with xhtml form’s elements.
any help is appreciated in advance.
CheersLeave a comment:
-
JavaScript in XSLT
Hi 2 all
I’m using XSLT to transform XML document into XHTML doc. Xhtml form’s elements need to be validated. Any idea tells how to link javaScripts functions with xhtml form’s elements.
any help is appreciated in advance.
Cheers -
How to deploy servlets on Jetty???
Hi….Everyone
Anyone can tell me how to deploy servlets on Jetty server? Where I’ve to put my classes? Anything I’ve to do with ClassPath?
Many thanks in advance
No activity results to display
Show More
Leave a comment: