Java Guy

Greenhorn
+ Follow
since Dec 06, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Java Guy

The name has been changed...
can i get some help plz..
Thanks
I am trying to understand the following piece of code.
It uses xalan parser to apply an xslt file to an xml

The confusion i have is their r 2 XMLReader 1 is used to parse xsl file , other to parse xml file. But where is the xsl applied to that xml file in this code?
If we dont have to explicitly apply the xsl to xml then how does it internally apply it to the xml when its parsed? If anyone has any links which explains how sax parser works to apply xsl to an xml please let me know
Thanks
[ December 06, 2003: Message edited by: Java Guy ]