[Home] [By Thread] [By Date] [Recent Entries]
Title: Carriage returns within attribute values
Hi, when outputing the value of attribute "att" in <elt att="firstword secondword"> with XSLT,
firtsword secondword which is not a big discovery. Now imagine you want to output the two words on 2 separate lines, i.e : firstword
I tried to change the XML file : <elt att="firstword
But it doesn't help : the \n is processed like a white space. Is there a standard way to achive this goal, a kind of <elt att="firstword\nsecondword"> ? Thanks, Sebastien
|

Cart



