[HTML][XSL] Retour à la ligne supprimer, que faire ?
Bonjour,
J'ai un problème avec une conversion XSLT à partir d'un fichier XML.
Voici la partie XML qui me pose problème :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| <httpSample t="16" lt="0" ts="1157702470455" s="false" lb="4 POST /grecco/faceslogin.jsf" rc="Non HTTP response code" rm="Non HTTP response message" tn="Groupe de Thread 1-22" dt="text" ng="27" na="27">
<responseData class="java.lang.String">java.io.IOException
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java(Compiled Code))
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:304)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:222)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:433)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
at java.lang.Thread.run(Thread.java:568)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:846)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:739)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:749)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java(Compiled Code))
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:1507)
at java.net.URLConnection.getContentEncoding(URLConnection.java:429)
at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:213)
... 5 more
</responseData>
<cookies class="java.lang.String">JSESSIONID=0000VZCZQXYc0BAQlJJRVUhqedm:-1</cookies>
<method class="java.lang.String">POST</method>
<queryString class="java.lang.String">frmLogin%3AtxtUID=compte&frmLogin%3AtxtPWD=c&frmLogin%3AbtValider=Se+connecter&frmLogin%3A_tagId16=1&frmLogin=frmLogin&frmLogin%3A_idcl=</queryString>
</httpSample> |
Je voudrais afficher le contenu du TAG responseData en conservant tous les retours à la ligne, mais lorsque je les affiches dans un TD, les retour à la ligne sont supprimés.
Je sais également qu'aucun retour à la ligne n'est visible dans le bloc note de Windows, ils y sont bien sous WordPad et les autres éditeurs.
Connaissez-vous une solution à mon problème ?
Merci d'avance.