i wish to parse following XML
我希望解析以下XML
<?xml version="1.0" encoding="UTF-8"?>
<product xmlns="https://products.org">
<make xmlns="https://camera.org">
<model>Camry</model>
</make>
<make xmlns="https://tv.org">
<model>Sony</model>
</make>
</product>
<?