I am working on the hyperlink functionality of XML files. I want to extract PUBLIC_ID and SYSTEM_ID, and want to locate the referred DTD file, and open it in IDE.
> Hi all,
>
> I am working on the hyperlink functionality of XML files. I want to
> extract PUBLIC_ID and SYSTEM_ID, and want to locate the referred DTD
> file, and open it in IDE.
>
> I also looked at this document-
> http://xml.apache.org/commons/components/resolver/resolver-article.html >
> Is there any NetBeans API that could help?