[xsl] problem while accesing the text within the tag

Subject: [xsl] problem while accesing the text within the tag
From: "Yogesh" <yogeshd@xxxxxxxxxx>
Date: Tue, 19 Jun 2001 20:01:12 +0530
Hi ALL,
I am facing problem while accesing the text within the tag.
My XML (which is well-formed HDML content)looks like this:
Here I am making a select type tag of HTML by applying xsl sheet using java
and Xalan.
I want to show this text say"HELLO!" just before select tag.
HOW CAN I ACCESS THIS TEXT!
Please suggest some methods.
<hdml version="3.0" >
        <action type="accept" task="go" label="acpt" dest="#card7" />
        <choice key="ch" ikey="num" idefault="4" name="chcard" >
                <action type="accept" task="go" dest="#card2" />
                HELLO!
                <ce value="hogs" >hogs...</ce>
                <ce value="bellies" >bellies...</ce>
                <ce value="cattle" > cattle...</ce>
        </choice >
</hdml>

If Mike is reading this , Mike I am referring your book.But I am not exactly
getting it,please advice.
Thanx in advance ,
Yogesh.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread