Hi all,

I've got a little problem with getting header infos from a XML-file. I read a
lot about writting those Informations from Java with JiBX to XML but I've found
nothing about reading them.

I need those infos because of references to external entites which are part of
the DOCTYPE element. Header info looks like this:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE PROJECT PUBLIC "-//SOMETHING//NEXTTHING//" "myOwn.dtd"
[
<!NOTATION SGML SYSTEM "">
<!ENTITY ENT.ID.UDS PUBLIC "-//SOMETHING//NEXTTHING// XML UDS=5FLS//DE"
".//ANOTHERTHING" NDATA SGML>
]>

Is there an easy way to read these infos with JiBX or do I have to use my own
reader?

Thanks for any help,
Holger

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to