- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有来自Amazon Marketplace API的以下XML。我需要对所有项目的所有Item/ItemPrice/Component[type='Principal']/Amount
值求和,以计算订单总数。是否可以在VB.NET中使用LINQ to XML?
<?xml version="1.0"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>My Store</MerchantIdentifier>
</Header>
<MessageType>OrderReport</MessageType>
<Message>
<MessageID>1</MessageID>
<OrderReport>
<AmazonOrderID>050-1234567-1234567</AmazonOrderID>
<AmazonSessionID>902-1030835-1234567</AmazonSessionID>
<OrderDate>2002-05-01T15:20:15-08:00</OrderDate>
<OrderPostedDate>2002-05-01T15:21:49-08:00</OrderPostedDate>
<BillingData>
<BuyerEmailAddress>joesmith@hotmail.com</BuyerEmailAddress>
<BuyerName>Joe Smith</BuyerName>
<BuyerPhoneNumber>206-555-1234</BuyerPhoneNumber>
</BillingData>
<FulfillmentData>
<FulfillmentMethod>Ship</FulfillmentMethod>
<FulfillmentServiceLevel>Standard</FulfillmentServiceLevel>
<Address>
<Name>Joe Smith</Name>
<AddressFieldOne>1234 Main St.</AddressFieldOne>
<City>Seattle</City>
<StateOrRegion>Washington</StateOrRegion>
<PostalCode>98004</PostalCode>
<CountryCode>US</CountryCode>
<PhoneNumber>206-555-1234</PhoneNumber>
</Address>
</FulfillmentData>
<Item>
<AmazonOrderItemCode>12345678901234</AmazonOrderItemCode>
<SKU>1234</SKU>
<Title>Programming Perl, 3rd edition</Title>
<Quantity>1</Quantity>
<ProductTaxCode>1234</ProductTaxCode>
<ItemPrice>
<Component>
<Type>Principal</Type>
<Amount currency="USD">10.00</Amount>
</Component>
<Component>
<Type>Shipping</Type>
<Amount currency="USD">3.49</Amount>
</Component>
<Component>
<Type>Tax</Type>
<Amount currency="USD">1.29</Amount>
</Component>
<Component>
<Type>ShippingTax</Type>
<Amount currency="USD">0.24</Amount>
</Component>
</ItemPrice>
<ItemFees>
<Fee>
<Type>Commission</Type>
<Amount currency="USD">-0.75</Amount>
</Fee>
</ItemFees>
<ItemTaxData>
<TaxJurisdictions>
<TaxLocationCode>12345678</TaxLocationCode>
<City>Seattle</City>
<County>King</County>
<State>WA</State>
</TaxJurisdictions>
<TaxableAmounts>
<District currency="USD">10.00</District>
<City currency="USD">10.00</City>
<County currency="USD">0.00</County>
<State currency="USD">10.00</State>
</TaxableAmounts>
<NonTaxableAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">10.00</County>
<State currency="USD">0.00</State>
</NonTaxableAmounts>
<ZeroRatedAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">0.00</County>
<State currency="USD">0.00</State>
</ZeroRatedAmounts>
<TaxCollectedAmounts>
<District currency="USD">0.23</District>
<City currency="USD">0.53</City>
<County currency="USD">0.00</County>
<State currency="USD">0.53</State>
</TaxCollectedAmounts>
<TaxRates>
<District>0.0230</District>
<City>0.0530</City>
<County>0.0230</County>
<State>0.0530</State>
</TaxRates>
</ItemTaxData>
<ShippingTaxData>
<TaxJurisdictions>
<TaxLocationCode>12345678</TaxLocationCode>
<City>Seattle</City>
<County>King</County>
<State>WA</State>
</TaxJurisdictions>
<TaxableAmounts>
<District currency="USD">3.49</District>
<City currency="USD">3.49</City>
<County currency="USD">0.00</County>
<State currency="USD">3.49</State>
</TaxableAmounts>
<NonTaxableAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">3.49</County>
<State currency="USD">0.00</State>
</NonTaxableAmounts>
<ZeroRatedAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">0.00</County>
<State currency="USD">0.00</State>
</ZeroRatedAmounts>
<TaxCollectedAmounts>
<District currency="USD">0.04</District>
<City currency="USD">0.10</City>
<County currency="USD">0.00</County>
<State currency="USD">0.10</State>
</TaxCollectedAmounts>
<TaxRates>
<District>0.0120</District>
<City>0.0190</City>
<County>0.0190</County>
<State>0.0190</State>
</TaxRates>
</ShippingTaxData>
<Promotion>
<PromotionClaimCode>ABC123</PromotionClaimCode>
<MerchantPromotionID>12345678</MerchantPromotionID>
<Component>
<Type>Principal</Type>
<Amount currency="USD">-1.00</Amount>
</Component>
</Promotion>
</Item>
<Item>
<AmazonOrderItemCode>12345678901235</AmazonOrderItemCode>
<SKU>1234</SKU>
<Title>Programming ASP.NET, 2nd edition</Title>
<Quantity>1</Quantity>
<ProductTaxCode>1234</ProductTaxCode>
<ItemPrice>
<Component>
<Type>Principal</Type>
<Amount currency="USD">12.00</Amount>
</Component>
<Component>
<Type>Shipping</Type>
<Amount currency="USD">3.49</Amount>
</Component>
<Component>
<Type>Tax</Type>
<Amount currency="USD">1.42</Amount>
</Component>
<Component>
<Type>ShippingTax</Type>
<Amount currency="USD">0.24</Amount>
</Component>
</ItemPrice>
<ItemFees>
<Fee>
<Type>Commission</Type>
<Amount currency="USD">-0.75</Amount>
</Fee>
</ItemFees>
<ItemTaxData>
<TaxJurisdictions>
<TaxLocationCode>12345678</TaxLocationCode>
<City>Seattle</City>
<County>King</County>
<State>WA</State>
</TaxJurisdictions>
<TaxableAmounts>
<District currency="USD">10.00</District>
<City currency="USD">10.00</City>
<County currency="USD">0.00</County>
<State currency="USD">10.00</State>
</TaxableAmounts>
<NonTaxableAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">10.00</County>
<State currency="USD">0.00</State>
</NonTaxableAmounts>
<ZeroRatedAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">0.00</County>
<State currency="USD">0.00</State>
</ZeroRatedAmounts>
<TaxCollectedAmounts>
<District currency="USD">0.23</District>
<City currency="USD">0.53</City>
<County currency="USD">0.00</County>
<State currency="USD">0.53</State>
</TaxCollectedAmounts>
<TaxRates>
<District>0.0230</District>
<City>0.0530</City>
<County>0.0230</County>
<State>0.0530</State>
</TaxRates>
</ItemTaxData>
<ShippingTaxData>
<TaxJurisdictions>
<TaxLocationCode>12345678</TaxLocationCode>
<City>Seattle</City>
<County>King</County>
<State>WA</State>
</TaxJurisdictions>
<TaxableAmounts>
<District currency="USD">3.49</District>
<City currency="USD">3.49</City>
<County currency="USD">0.00</County>
<State currency="USD">3.49</State>
</TaxableAmounts>
<NonTaxableAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">3.49</County>
<State currency="USD">0.00</State>
</NonTaxableAmounts>
<ZeroRatedAmounts>
<District currency="USD">0.00</District>
<City currency="USD">0.00</City>
<County currency="USD">0.00</County>
<State currency="USD">0.00</State>
</ZeroRatedAmounts>
<TaxCollectedAmounts>
<District currency="USD">0.04</District>
<City currency="USD">0.10</City>
<County currency="USD">0.00</County>
<State currency="USD">0.10</State>
</TaxCollectedAmounts>
<TaxRates>
<District>0.0120</District>
<City>0.0190</City>
<County>0.0190</County>
<State>0.0190</State>
</TaxRates>
</ShippingTaxData>
<Promotion>
<PromotionClaimCode>ABC123</PromotionClaimCode>
<MerchantPromotionID>12345678</MerchantPromotionID>
<Component>
<Type>Principal</Type>
<Amount currency="USD">-1.00</Amount>
</Component>
</Promotion>
</Item>
</OrderReport>
</Message>
</AmazonEnvelope>
最佳答案
这就是您如何使用具有Linq语法的更多idomatic内联XML在VB中解决此问题的方法。
Dim result =
From xcmp In azm...<Item>.<ItemPrice>.<Component>
Where xcmp.<Type>.Value = "Principal"
Select Convert.ToDecimal(xcmp.<Amount>.Value)
Console.WriteLine(result.Sum().ToString())
azm
变量是保存您的XML的XDocument。
关于vb.net - VB.NET中的LINQ to XML总和子节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5875015/
我基本上有三个表: hunt_c_usershunt_c_collected_eggshunt_c_achievements 我目前只使用 hunt_c_users 和 hunt_c_collecte
我已经计算了不同表中计数的总和。这会执行两次,每个 performanceID 一次。现在我想得到两个总和的总和。 下面是我目前做的两个总和的代码: SELECT SUM((COUNT (Bo
我有一个对 2 个值求和的脚本。我计划添加更多值(value),但首先我需要让它发挥作用。人们告诉我给他们 NUMBER 值,所以我这样做了,但现在它甚至没有给出输出。 base = 0; $("#F
我正在尝试计算在我们的数据库中跟踪的花费总额。每个订单文档包含一个字段“total_price” 我正在尝试使用以下代码: db.orders.aggregate({ $group: {
给定 Excel 2013(或更高版本)中的 2 个命名表: tbl发票 ID InvRef Total 1 I/123 45 2 I/234
希望你们一切都好。我来这里是因为我从今天早上开始就试图解决一个问题,我再也受不了了。 这就是上下文:我有一个 excel 工作簿,其中有不同的工作表,其中包含不同国家/地区的不同商业计划。我的目标是制
我有一份报告显示客户订购的产品及其价格: CompanyA Product 7 14.99 CompanyA Product 3 45.95 CompanyA Prod
我使用此python客户端: https://github.com/ryananguiano/python-redis-timeseries 如何汇总所有匹配? ts = TimeSeries(cli
希望创建一个总和和计数公式,该公式将自动调整以适应范围内插入的新行。 例如,如果我在单元格 D55 中有公式 =SUM(D17:D54)。每次我在该范围内插入新行时,我都需要更改公式的顶部范围来解释它
所以,我需要聚合日期相同的行。 到目前为止,我的代码返回以下内容: date value source 0 2018-04-08 15:52:26.1
我有数字输入 数量约为 30 我需要将它们全部汇总到一个字段 我拥有的在下面 查看:
您好,我正在尝试根据以下数据计算过去三个月中出现不止一次的不同帐户 ID 的数量;我想要 2 作为查询结果,因为 test1@gmail.com 和 test2@gmail.com 出现超过 1 次。
我有两个带有以下字段的表: ... orders.orderID orders.orderValue 和 payments.orderID payments.payVal 在 payments.pay
我想按 image_gallery 和 video_gallery 两列的 DESC 进行排序。 SELECT b.*, c.title as category, (S
实际上我的原始数据库为 SELECT sum(data1,data2) as database_value,sum(data3,data4) as database_not_value from t
我试图获取三个分数中每一个的值并将它们相加并显示在“总计:”中。我的问题是,我不知道如何做到这一点,以便每次其中一个分数值发生变化时,相应的总分值也会随之变化。 我可以在某处调用“onchange”来
如何获得按第一个值分组的元组列表中第二个和第三个值的总和? 即: list_of_tuples = [(1, 3, 1), (1, 2, 4), (2, 1, 0), (2, 2, 0)] expec
我正在尝试将我的列表中的整数转换为列表的总和和平均值,并说明任何低于冰点 F<32 的温度。每当我尝试获取总和或平均值时,我都会收到错误提示“+: 'int' 和 'str' 不支持的操作数类型”。我
在我的 ios 项目中,我使用了两个实体 (CoreData):具有一对多关系的 Person 和 Gifts 我知道如何计算给一个人的礼物总和: NSDecimalNumber *orderSum=
我有两个表(输入和类别): CREATE TABLE categories ( iId INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, sNam
我是一名优秀的程序员,十分优秀!