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]
Other format: [Raw text]

Re: Re: Re: WML input problem



Add the following empty template:

<xsl:template match="text()[preceding-sibling::node()[1] [self::input][not(normalize-space())]]"/>
thanks a lot Joerg for your help and patience.
i have added that template and it has solved the problem finally. but i hope you would not mind if i say that i have just copied and pasted the template in my stylesheet.i did not get the exact working of template
though you have written

The above template ignores all text-nodes which are immediate following-siblings of an input-element without a text node.
but all i got is that it is template match for text() then in predicate there are some more conditions which i did not get corectly just got that [not{normalise-space())]would prevent the white spaces.
we have to consider any text following <input> but what does it mean *input-element without a text node.*

if you don't mind could you please explain me the exact working that will definitely very very informative and beneficial for me.
ashu

_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


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]