Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lovinasd

  1. lovinasd

    call java program from xsl

    Hi, can you generate a dynamic xsl using database? I have generated a report which is a dynamic xml populated from the database.How can we call a java program in a xsl. <report> <q_1_a>test1</q_1_a> <q_1_b>test2</q_1_b> <q_1_c>test3</q_1_c> <q_1_d>test4</q_1_d> </report> I would like the xsl...
  2. lovinasd

    dynamic xsl using oracle

    The out put would be dynamic output from the database table which which ahve matching values for the element names. like the table will have column 1 column2 q_1_a Is this a test? q_1_b Is this a test1? q_1_c Is this a test2? Tha values of column 2 can be something lengthier like...
  3. lovinasd

    dynamic xsl using oracle

    Hi, can you generate a dynamic xsl using database? I havde generated a report which is a dynamic xml populated from the database.IS it possible to link the xml element name with a database table and produce the dynamic xsl using database connection. eg of xml. <report> <q_1_a>test1</q_1_a>...
  4. lovinasd

    Jsp form element type

    Hi, Is is possible to get the form element types usig request or any attribute in java example a html or jsp page has <html> <body> <input type="text" name="username" value=""> <input type="text" name="pass" value=""> <textarea name="t1"></textarea> </body> </html> Is is possible to get the...
  5. lovinasd

    display specific elements of XML using XSL

    The file works fine but .The elements don't match each row keeps getting off one column can u tell me why Thanks
  6. lovinasd

    format unicode

    Hi, I have a values from java coming to oracle array whcih is inserted into a table which ahs varchar datatype.When i eneter unicode the insert fails. SQLException is cannot map unicode to oracle charachter. Is there a way to convert or frmat unicode character in java or orcale(SQL,P/SQL) Thanks,
  7. lovinasd

    Format unicode

    Hi, I have a values from java coming to oracle array whcih is inserted into a table which ahs varchar datatype.When i eneter unicode the insert fails. SQLException is cannot map unicode to oracle charachter. Is there a way to convert or frmat unicode character in java or orcale(SQL,P/SQL) Thanks,
  8. lovinasd

    display specific elements of XML using XSL

    Thanks , itwas a great help.i will check it out.
  9. lovinasd

    display specific elements of XML using XSL

    The xml looks like this <Report> <Element> <App_Name>ttttt</App_Name> <Name>yyyyy</Name> <SerialNumber>88888</SerialNumber> <sa2>iiii</sa2> <sa3>eeeee</sa3> <ca4>sss</ca333> </Element> <Element> <App_Name>aaat</App_Name> <Name>qqqqy</Name> <SerialNumber>333333888</SerialNumber> <sa2>fff</sa2>...
  10. lovinasd

    display specific elements of XML using XSL

    Serial Number is dynamic lets assume elements starting with sa or ca thanks
  11. lovinasd

    display specific elements of XML using XSL

    Hi, I have a simple XML which is autogeneraated.So the nodes are dynamic and some system information nodes like sequence,client id etc is static and fixed notes. I would like to display all nodes except theses static nodes like sequence and client.can we have a sort adn match creteria in xsl...
  12. lovinasd

    create a directory

    thanks a lot, you were a great help sedj
  13. lovinasd

    create a directory

    Hi, It is a html form which points to a servlet on tomcat server. In the html form i have a <input type="file" name="ftype"> when the form is submitted and when i say String st=req.getParameter("ftype"); This give the path of the iamge on the client lcoal system. how can iload this image to...
  14. lovinasd

    create a directory

    Thanks ,it works.Is itpossible to load a image file from client side to server. I ahve a file type in html and when i say getparameter i get the path of the image. Will putting this path in file objcet create the image file on server. please let me know if it is possible to create a file on...
  15. lovinasd

    create a directory

    hi, I would like t create a directory on the server in a servlet.Is it poosible to create directory on the server at a specific location. I am new to java Could any tell me how to create directories and files using java Thanks,

Part and Inventory Search

Back
Top