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]

RE: testing for variable amounts of whitespace?


> second - the questions: can i write an xpath expression to test for a
> variable amount of whitespace? how would i do such a thing?

string(.) and not(normalize-space(.))
>
> third - the relevent info: parser: MSXML 3 working in conjunction with
> microsoft's xslisapi dll for IIS.

be careful with MSXML3 to set the preserveSpace option when loading the DOM.

Mike Kay
Software AG


 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]