| | |
| | | <call function="'writeMessage'"> |
| | | { |
| | | 'content' : 'Details of the client : %s' % logFileDetails, |
| | | 'xlink' : logFileDetails, |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |
| | | <call function="'writeMessage'"> |
| | | { |
| | | 'content' : 'Client outPuts : %s' % outFile, |
| | | 'xlink' : outFile, |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |
| | |
| | | |
| | | <!-- ==== Log info ====================================--> |
| | | <!--== Write root tag for xml details file --> |
| | | <script> |
| | | str = '<?xml version=\"1.0\" encoding=\"UTF-8\"' |
| | | str = '%s standalone=\"no\"?>\n' % str |
| | | str = '%s <?xml-stylesheet type="text/xsl"' % str |
| | | str = '%s href="clientDetails.xsl"?>\n' % str |
| | | fileFd.write(str) |
| | | </script> |
| | | <call function="'writeStartTagClient'"> |
| | | { |
| | | 'client' : client, |
| | | 'fileFd' : fileFd |
| | | 'client' : client, |
| | | 'extraParameters' : 'xmlns:xlink="http://www.w3.org/1999/xlink"', |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |
| | | |