I'm working with XML, CSS and Mozilla (0.9.6). I would like to generate content and carier return (i.e. CR/LF).
element:before {
content: "Date: " attr(Date) "\0A" ;
}
It's OK fot the text and the value of the attribut, but the CR/LF is
not generated.
can someone can give me a solution?
