This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

getting Not well formed xslt output


Hi Mike,
I have one problem like this:
my node is like this:
<ACTION TYPE="accept" LABEL="Next" task="go" DEST="#password" >

For SAXparsing in JAVA I make it well-formed like this:
<ACTION TYPE="accept" LABEL="Next" task="go" DEST="#password"
imtask="20"></ACTION>

On This code if I apply XSLT I want output like this:
<ACTION TYPE="accept" LABEL="Next" task="go" DEST="20" >(20 is value of
imtask)

Now I am having a problem how will I construct this node with keeping all
previous attributes as it is and changing value of dest attribute and not
closing it.If I write a template for this how I will be adding exact no. of
attributes and not closing it.

Please advice.
Thanx in advance,
-Yogesh


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]