I've tried to implement upnpbasedriver part which
combined with cyberlink,I've some fail links of xml
parse java codes,because I don't have some libs
such as Xerces,
org.apache.xerces.parsers.DOMParser....and so on, (I don't know much about these xml related parsers' lib,what I should plug-in)
May I replace these parsers with the javax.xml.parsers ?? Is it works? So I don't import
other libs but just javax.xml.parsers ,right?
Thanks for your reply XD
by an OSGi rookie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried to implement upnpbasedriver part which
combined with cyberlink,I've some fail links of xml
parse java codes,because I don't have some libs
such as Xerces,
org.apache.xerces.parsers.DOMParser....and so on, (I don't know much about these xml related parsers' lib,what I should plug-in)
May I replace these parsers with the javax.xml.parsers ?? Is it works? So I don't import
other libs but just javax.xml.parsers ,right?
Thanks for your reply XD
by an OSGi rookie
Hi Fionna,
Did you install the Xerces for Java into your system ?
Please see the following chapter in the user's guide
if you want to other XML parsers.
7.2 Using your XML Parser
Please check it :-)
Got it ,thanks!!
If you are trying to implemente and OSGi UPnP Base Driver or you want to use an existing implementation, please have a look to http://domoware.sourceforge.net/ or http://sourceforge.net/projects/domoware