Filter XML based on another xml using XSLT 1

后端 未结 3 1627
耶瑟儿~
耶瑟儿~ 2021-01-01 08:01

How do we filter an xml document based on another xml document. I have to remove all the elements which are not there in the lookup xml. Both the input xml and lookup xml ha

3条回答
  •  时光取名叫无心
    2021-01-01 08:56

    Hmmm, you're sort of talking about merging (assuming your filter doc is variable). There's a couple of possibilities which vary with the language you're implementing all of this in. Could you provide more info about the app?

    Otherwise I suggest a quick google on "xslt +merge" and see if some result there grabs you.

提交回复
热议问题