| Author |
display a tag information from xslt file.
|
Chaitanya Kandikonda
Greenhorn
Joined: May 12, 2006
Posts: 1
|
|
Hello, I have a doubt in displaying one tag information from XSLT using java program. example: student.xslt Student id: John Student Name: Visa Department: 111-222-333 Year: 05/2008 suppose i want to display only student name. into command prompt. How do i write a program using xslt. Please guide me in this regards, Chaitanya
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
Hi, Welcome to JavaRanch! The data you've shown here isn't XSLT or XML, so I'm a little confused as to what your question is. Running a valid XSLT transform on an XML file from Java can be as simple as this: If you had XML that looked like Then XSL to extract just the name might look like Hope something in here helps. [ May 23, 2008: Message edited by: Ernest Friedman-Hill ]
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: display a tag information from xslt file.
|
|
|