Search found 12 matches

by sujatha
Mon Feb 06, 2006 12:41 am
Forum: XSLT and FOP
Topic: using div elements(dyn) in XSLT & calling them in javasc
Replies: 5
Views: 6271

You need to download microsoft debugger to debug the javascript.
by sujatha
Thu Dec 22, 2005 7:09 pm
Forum: XSLT and FOP
Topic: counting number of xml node in java(using Dom4j)
Replies: 3
Views: 5697

Re: Count of nodes

Can you specifically mention how to code for that because when I coded to get the number of nodes, I am always getting error. And I would like to mention that I am doing this in a java program to get the count of the nodes.

Thanks,
Sujatha.
by sujatha
Tue Dec 20, 2005 11:49 pm
Forum: XSLT and FOP
Topic: counting number of xml node in java(using Dom4j)
Replies: 3
Views: 5697

counting number of xml node in java(using Dom4j)

I have the following XML file and I have to count the number of nodes in it, <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="XMLStylesheet.xsl"?> <ELG-MONITOR_record> <_ID>DW*286112233</_ID> <MEMBER_NAME_MV> <MEMBER_NAME_MS> <MEMB...
by sujatha
Tue Dec 20, 2005 8:03 pm
Forum: XSLT and FOP
Topic: Problem with displaying XSLT through jsp and servlet
Replies: 0
Views: 4663

Problem with displaying XSLT through jsp and servlet

Hi, I have Html page which requests data from database using servlets and this servlets call jsp where the xml data from database is parsed and threfore this jsp calls XSLT and diplays back in the client side HTMl. But I have a problem with displaying xslt in iplanet webserver. My program gets the d...
by sujatha
Fri Dec 16, 2005 5:46 pm
Forum: XSLT and FOP
Topic: Problem with displaying xslt through Html(using tomcat )
Replies: 2
Views: 4556

Actually I got the solution and knew where exactly it is giving problem.
by sujatha
Mon Dec 05, 2005 6:15 pm
Forum: XSLT and FOP
Topic: Problem with displaying xslt through Html(using tomcat )
Replies: 2
Views: 4556

Problem with displaying xslt through Html(using tomcat )

Hi, In server side I have a jsp file which calls XSL file and this jsp is called in servlet program, and I have a html in client side, whenever I enter a person in a textbox (connects to database) it gets all the data of the person from database and sends it to server(which is sevlet program), this ...
by sujatha
Fri Oct 28, 2005 3:09 pm
Forum: XML Schemas
Topic: validating xml file with xsd using parsers
Replies: 1
Views: 4942

validating xml file with xsd using parsers

I have a xml file and xsd , is it necessary to write the parsers to validate the xml file or is there any other possibility to validate the xml file like using the "oxygen tool" could it validate the xml document.

sujatha
by sujatha
Thu Oct 27, 2005 7:31 pm
Forum: XSLT and FOP
Topic: using div(hide &show) inside another div
Replies: 2
Views: 3900

Re: usign div(hide and show) within another div

The problem I had was using div within div, so for the inner div I used span instead of div and it worked fine for me.

Thanks, for the reply
by sujatha
Wed Oct 26, 2005 7:01 pm
Forum: XSLT and FOP
Topic: using div(hide &show) inside another div
Replies: 2
Views: 3900

using div(hide &show) inside another div

Hello Everybody, I am using div hide and show concept in my xslt and for a table inside the xslt iam using another div hide and show concept. Whenever I press the button to show the next value of the first div it's displaying at the bottom after my entire html page instead of displaying at the same ...
by sujatha
Wed Oct 19, 2005 5:47 pm
Forum: XSLT and FOP
Topic: display xml elements in html table cells using XSLT
Replies: 0
Views: 4374

display xml elements in html table cells using XSLT

I have the following xml --> <ELG-MONITOR_record> <PREP_DATE>04/11/04</PREP_DATE> <ASSOC_3-MV> <ELG_STATUS>E</ELG_STATUS> <ELG_MONTHS>3</ELG_MONTHS> <ASSOC_3-MS> <LOOKBACK_PERIODS>200304</LOOKBACK_PERIODS> <LOOKBACK_AMOUNTS>75.00</LOOKBACK_AMOUNTS> <ELG_PERIODS>200310</ELG_PERIODS> <ELG_STATUS_BEFOR...
by sujatha
Tue Oct 18, 2005 7:33 pm
Forum: XSLT and FOP
Topic: using div elements(dyn) in XSLT & calling them in javasc
Replies: 5
Views: 6271

Re:XSLT

Thanks for your reply, I got the soulution and, yes the problem is with the code in the javascript.
by sujatha
Sun Oct 16, 2005 5:20 pm
Forum: XSLT and FOP
Topic: using div elements(dyn) in XSLT & calling them in javasc
Replies: 5
Views: 6271

using div elements(dyn) in XSLT & calling them in javasc

I have a dvds.xml files and dvds.xsl file. I use div element in XSLT (for showing one set of child elements at a time) and trying to retrieve that in javascript to show the rest of the child element when a next button is clicked. But I am getting an runtime error (object required when using "do...