是否可以在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配置文件中执行此操作??
答案 0 :(得分:0)
您可以查看验证墨盒。请参阅用户指南。