Details
-
Bug
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
Windows 2000
Adobe Reader 6.0
Description
The PDF downloaded from Axis homepage does not align the codes and XML correctly.
For example in user-guide.pdf chapter 1.4.1, the PDF shows something like the following:
1 import org.apache.axis.client.Call; 2 import org.apache.axis.client.Service; 3
import javax.xml.namespace.QName; 4 5 public class TestClient { 6 public static
void main(String [] args) { 7 try { 8 String endpoint = 9
"http://nagoya.apache.org:5049/axis/services/echo"; 10 11 Service service
It is very difficult to read the code/XML examples.
It seem that there is no new line terminator?