User Profile

Collapse

Profile Sidebar

Collapse
elsheh
elsheh
Last Activity: Jan 17 '08, 03:31 PM
Joined: Nov 14 '06
Location: UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • elsheh
    started a topic Tomcat configuration

    Tomcat configuration

    Hi. Guys
    I need to know how to configure tomcat to use an XSLT 2.0 processor?
    Many thanks in advance
    See more | Go to post

  • elsheh
    started a topic Import an external JavaScript file
    in XML

    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
    See more | Go to post

  • elsheh
    replied to JavaScript in XSLT
    in XML
    thank you 4 ur reply

    but this is not possible for JavaScript . I mean JavaScript doesn't accept to write &lt; instead of <.
    do u see what i mean?
    cheers....
    See more | Go to post

    Leave a comment:


  • elsheh
    started a topic JavaScript in XSLT
    in XML

    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 (<...
    See more | Go to post

  • elsheh
    replied to looping through an HTML
    thanks alot Korinth
    got it.
    cheers...
    See more | Go to post

    Leave a comment:


  • elsheh
    replied to looping through an HTML
    Thanks Korinth
    Actually it’s a text field. But, unfortunately element[i].value doesn’t work. any clue?
    Cheers...
    See more | Go to post

    Leave a comment:


  • elsheh
    started a topic looping through an HTML

    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++){
    ...
    See more | Go to post

  • elsheh
    started a topic Problem with JavaScript operators in XSLT
    in XML

    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
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • elsheh
    started a topic Problem with JavaScript operators in XSLT

    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
    See more | Go to post

  • thanx acoder
    i still unable to solve this problem. could you help plz.
    cheers...
    See more | Go to post

    Leave a comment:


  • how about parameters?
    cheers...
    See more | Go to post

    Leave a comment:


  • elsheh
    started a topic Postgresql installation problem??

    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...
    See more | Go to post

  • thanx acoder

    but still doesn't work properly.I mean, i still able to submit empty fields.
    plz help...
    See more | Go to post

    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...
    See more | Go to post

    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();
    ...
    See more | Go to post

  • elsheh
    replied to JavaScript in XSLT
    thanx acoder

    i got it.

    cheers
    See more | Go to post

    Leave a comment:


  • elsheh
    replied to JavaScript in XSLT
    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.

    Cheers
    See more | Go to post

    Leave a comment:


  • elsheh
    started a topic JavaScript in XSLT

    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
    See more | Go to post

  • elsheh
    started a topic How to deploy servlets on Jetty???
    in Java

    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
    See more | Go to post
No activity results to display
Show More
Working...