setlinelen
 setlinelen | 
   
  Purpose
 
  Synopsis
 
 procedure setlinelen(doc:xmldoc, len:integer) 
 
  Arguments
 
| 
     
     doc 
       | 
   
     
     Document to use
       | 
  
| 
     
     len 
       | 
   
     
     Length of a line in characters (at least 1; default is 70)
       | 
  
  Example
 
 See
 setindentskip.
 
  Further information
 
  When outputing the document, a line break is inserted between nodes or while displaying a list of element attributes whenever more than the specified number of characters has been written.
 
  Related topics
 
  Module
 
