github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-138.out (about)

     1  <?xml version="1.0"?>
     2  <Message xmlns="http://me.envelope">
     3    <Header>
     4      <Title>My Document</Title>
     5      <From>someone</From>
     6    </Header>
     7    <Body xmlns="http://me.content">
     8      <Item>
     9        <Ref>1234</Ref>
    10        <Info desc="A widget">
    11          <Note>min qty 5</Note>
    12        </Info>
    13        <Quantity>10</Quantity>
    14      </Item>
    15      <Item>
    16        <Ref>99999</Ref>
    17        <Info desc="Miscellaneous">
    18          <Note>add comment</Note>
    19        </Info>
    20        <Quantity>3</Quantity>
    21      </Item>
    22    </Body>
    23  </Message>