Performing complicated XPath queries in Scala

前端 未结 5 1184
灰色年华
灰色年华 2021-01-04 08:14

What\'s the simplest API to use in scala to perform the following XPath queries on a document?

//s:Annotation[@type=\'attitude\']/s:Content/s:Parameter[@role         


        
5条回答
  •  我在风中等你
    2021-01-04 09:15

    I guess when scalaxmljaxen is mature, we'll be able to do this reliably on scala's built-in XML classes.

提交回复
热议问题