...

Text file src/github.com/onsi/gomega/matchers/test_data/xml/sample_07.xml

Documentation: github.com/onsi/gomega/matchers/test_data/xml

     1<root>
     2    <h:table xmlns:h="http://www.w3.org/TR/html4/">
     3        <h:tr>
     4            <h:td>Apples</h:td>
     5            <h:td>Bananas</h:td>
     6        </h:tr>
     7    </h:table>
     8    <f:table xmlns:f="https://www.w3schools.com/furniture">
     9        <f:name>African Coffee Table</f:name>
    10        <f:width>80</f:width>
    11        <f:length>120</f:length>
    12    </f:table>
    13</root>

View as plain text