开发者

how to read the namespaces prefix's using digester in java

开发者 https://www.devze.com 2023-01-10 11:53 出处:网络
Hi I am very much new to x开发者_如何学编程ml parsing ,i am trying to parse an xml file using the digester parser , i have done the parsing , but how do i read the root element attributes some thing l

Hi I am very much new to x开发者_如何学编程ml parsing ,i am trying to parse an xml file using the digester parser , i have done the parsing , but how do i read the root element attributes some thing like this

I could able to read the xmlns attribute , but how to i read the xmlns:xsil, xsi:schemalocation attributes ,how do i do this?


Enable namespace aware parsing in Digester

0

精彩评论

暂无评论...
验证码 换一张
取 消