Code: Select all
\lstset{
language=XML,
basicstyle=\footnotesize,
numberstyle=\footnotesize,
breaklines=true
showspaces=false,
showstringspaces=false,
showtabs=false,
frame=single,
tabsize=4,
title=\lstname
}
\lstinputlisting{TrainingService.wsdl}
<o u t p u t>
<s o a p : b o d y us e=” l i t e r a l ”></ s o a p : b o d y>
</ o u t p u t>
</ d e f i n i t i o n s>
Is this normal, or am I doing something wrong. If I change the language option to Java, some of the white space is removed
<o u t p u t>
<soap : body us e=” l i t e r a l ”></ soap : body>
</ o u t p u t>
But it still looks a little strange.
Thanks,
Peter.