invoice.xml

来自「Windows Web脚本开发指南/(美) Dan Heflin, Todd N」· XML 代码 · 共 18 行

XML
18
字号
<invoice xmlns="x-schema:invoiceSchema.xml" subTotal="5.98" discount=".88" invoiceTotal="5.10" date="1/31/1999">
  <items>
    <item id="H23199">
      <shortDesc> At-A-Glance Daily Desk Calendar Refills - 2000 Dated</shortDesc>
      <price>2.99</price>
      <longDesc>Don't forget to refill your old calendar with this twelve month (January-December) year 2000 replacement. Keep Appointments by the half hour, two pages per day. Includes prior, current, future month reference. Fits standard 17-style bases.</longDesc>
      <quantity>2</quantity>
      <itemTotal>5.98</itemTotal>
    </item>
  </items>
  <customer customerID="101" purchaserID="C101P001">
    <shipToAddress_1>1111 N. Main St.</shipToAddress_1>
    <shipToAddress_2>Suit 2020</shipToAddress_2>
    <shipToCity>Manchester</shipToCity>
    <shipToState>KY</shipToState>
  </customer>
</invoice>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?