Hi,
I am trying to create a TreeView format using XSL. Depending on the depth, i am generating the tab indents. For this i am using recursive For-Each loop using XSL. the problem here is, I am using two namespaces. http://www.w3.org/TR/WD-xsl and http://www.w3.org/1999/XSL/Transform" version="1.0". The earlier namespace is not allowing me to use call-template tag using XSL. If I delete that, I am not able to use other...
User Profile
Collapse
-
Recursive For-Each loop in XSL
-
Hi,
Can u give ur code???
Malathi.... -
Hi Praveen,
No changes even after adding that code. The result is in alpha numeric only...
ThankYou,
Malathi....Leave a comment:
-
<<HI THIS IS WORKING.....IF U WANT STARS AS 5 4 3 2 1>>
<code snipped>
We don't supply posters with full code here; please don't do that anymore. Read
the posting guidelines by clicking the 'Help' link in the top right corner of this page.
kind regards,
Jos...Leave a comment:
-
<<Check it out Buddy!!!!!!!!!! !!!!!!!!!!>>>
<snip code>
Please don't spoonfeed anyone with full code; we don't do that here per the
posting guidelines of this forum. Read them first before you post. (click the
'Help' link at the top right corner of this page).
kind regards,
Jos...Leave a comment:
-
Hi Praveen,
This is my result in database after inserting records in the program...
FIRSTNAME LASTNAME
-------------------- -------------------
6D6F68616E 6B756D6172
6D6F68616E 6B756D6172
6D6F68616E 6B756D6172
6D6F68616E 6B756D6172
6D6F68616E 6B756D6172
6D6F68616E 6B756D6172
...Leave a comment:
-
Hi,
Below is the code which iam using... below which is the sample output...
[CODE=java] import java.sql.*;
class updatestring
{
public static void main(String args[])
{
String url="jdbc:odbc: database";
String userID="scott";
String password="tiger ";
Connection con;
Statement stmt;...Leave a comment:
-
Jdbc...
Hi,
When iam working with JDBC, i tried to update the database table through updateStirng() method through java program...
The string is getting inserted but the problem is it is getting stored in AlphaNumeric format...
Can anyone help me in sorting out this...Why is this happening so????
ThankYou,
Malathi.
No activity results to display
Show More
Leave a comment: