XML 在线格式化程序

Beautified XML Code
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Company>
    <Employee>
        <FirstName>Tanmay</FirstName>
        <LastName>Patil</LastName>
        <ContactNo>1234567890</ContactNo>
        <Email>tanmaypatil@xyz.com</Email>
        <Address>
            <City>Bangalore</City>
            <State>Karnataka</State>
            <Zip>560212</Zip>
        </Address>
    </Employee>
</Company>
X
© Copyright 2023. All Rights Reserved.