0
是否有可能在smooks配置文件中拋出異常。 實施例中,如果順序的XML,拋出異常拋出異常
<order id="332">
<header>
<customer number="123">Joe</customer>
</header>
<order-items>
<order-item id='1'>
<product>1</product>
<quantity>2</quantity>
<price>8.80</price>
</order-item>
</order-items>
</order>
如果節點<order-items>
是不存在,則一個異常應甩或應該出現一個錯誤。有沒有在Smooks配置文件中做這個選項?