Search found 1 match

by Aswath
Sat Jan 29, 2011 8:22 pm
Forum: XSLT and FOP
Topic: Encode / decode '+' operator for Strimg varaibles in XSL
Replies: 0
Views: 3029

Encode / decode '+' operator for Strimg varaibles in XSL

Hi All, I have one weird problem in my XSL transform. The Java code is writing data into XSL using XMLWriter. The Java code line looks like this ... xmlWriter.writeElement( "notation", "(A)=(B)+(C)"); I dont want to do any String concatenation here and I wanted the out put in XSL...