2P-2 Kimenet XML

0 votes
asked May 23, 2013 in IRF tantárgy by anonymous  

Sziasztok!

Példa kimenet:

<?xml version="1.0" encoding="UTF-8"?>
    <StorageSize>
        <Machine Name="192.168.250.128">
            <Disk Id="\\.\PHYSICALDRIVE0" Size="305152" />
                <Partition Id="Partition#0" Size="200" Boot="True"/>
                <Partition Id="Partition#1" Size="304952" Boot="True">
                    <Volume Id="C:" Size="304452" FileSystem="NTFS" />
                </Partition>
            //nem ide kéne a Disk záró tag
        </Machine>
...
</StorageSize>

Nem teljesen értem, hogy most a Partition-oknak, nem a Disk-en belül kéne lennie? A behúzás szerint úgy is van, de a Disk végén van egy lezáró jel, ha xml-es ismereteim nem csalnak, akkor így egy szintre kéne kerülni a Patticiókkal, viszont akkor a behúzást nem értem. Mit néztem be?

2 Answers

+1 vote
answered May 23, 2013 by anonymous  
 
Best answer

Én úgy vettem, hogy elírás és beraktam a záró taget oda ahol te jelölted.

0 votes
answered May 24, 2013 by micskeiz (2,873 points)  

Bocsánat, természetesen elírás, a Partition a Disk-en belül van.

...