|
Subject: [xsl] BOUNCE xsl-list@lists.mulberrytech.com: Non-member submission from [rlai@aptis.com] From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx (by way of B. Tommie Usdin) Date: Thu, 11 Jan 2001 09:29:31 -0500 |
From rlai@xxxxxxxxx Tue Jan 9 11:46:45 2001Received: from hartman.aptis.com (hartman.aptis.com [132.245.91.10])
configure network [1]
configure router [1]
configure interface [ 1 ]
set ip 1.2.3.4
set mask 255.255.255.0
commit
return
configure interface [ 2 ]
set ip 3.4.5.6
set mask 255.255.255.0
commit
return
return
configure switch [1]
configure interface [ 1 ]
set ip 5.6.7.8
set mask 255.255.255.0
set nexthub 132.132.132.132
commit
return
return
returnThe expected XML format would be something like
<network id = "l">
<router id = "1">
<interface id = "1">
<ip>1.2.3.4></ip>
<mask>255.255.255.0</mask>
</interface>
<interface id = "2">
<ip>3.4.5.6></ip>
<mask>255.255.255.0</mask>
</interface>
</router>
<switch id = "1">
<interface id = "1">
<ip>5.6.7.8></ip>
<mask>255.255.255.0</mask>
<nexthub>132.132.132.132</nexthub>
</interface>
</switch>
</network>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] BOUNCE xsl-list@lists.mulberr, by way of B. Tommie | Thread | Re: [xsl] BOUNCE xsl-list@lists.mul, David Carlisle |
| [xsl] BOUNCE xsl-list@lists.mulberr, by way of B. Tommie | Date | [xsl] BOUNCE xsl-list@lists.mulberr, by way of B. Tommie |
| Month |