Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralXSL help !! Pin
$iva15-Jan-03 23:16
$iva15-Jan-03 23:16 
GeneralShow ContextMenu of other window Pin
MaxiGroovy15-Jan-03 22:31
MaxiGroovy15-Jan-03 22:31 
GeneralRe: Show ContextMenu of other window Pin
Rage16-Jan-03 1:14
professionalRage16-Jan-03 1:14 
GeneralRe: Show ContextMenu of other window Pin
MaxiGroovy16-Jan-03 1:42
MaxiGroovy16-Jan-03 1:42 
GeneralRe: Show ContextMenu of other window Pin
Rage16-Jan-03 3:35
professionalRage16-Jan-03 3:35 
GeneralSemi transparent icons.. Pin
Luke Murray15-Jan-03 22:07
Luke Murray15-Jan-03 22:07 
GeneralPrintDlg Pin
15-Jan-03 21:45
suss15-Jan-03 21:45 
Generalparse xml Pin
storein15-Jan-03 20:26
storein15-Jan-03 20:26 
hi,everybody
Did you use "libxml" to parse your xml file ? I need your help .
how do I parse dtd file by libxml ?
after I parse dtd file ,how do I take use of result for parsing xml file ?
such as ,my dtd file is Goodxml2.dtd

-----------

<?xml version="1.0" encoding="UTF-8"?>

<!ELEMENT bookshell (book*)>
<!ELEMENT book (author, title)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT title (#PCDATA)>
---------------------------------
my xml fils is Goodxml2.xml
-----------------
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE bookshell SYSTEM "GoodXml2.dtd">
<bookshell>
<book>
<author>Du Peng Chao</author>
<title>Today Story</title>
</book>
</bookshell>
----------------------------------------------


how do I parse dtd file by libxml ? then take use of parsing result to parse xml file for get element content ?



thank you very much
GeneralDisplaying errors 10s Pin
Ohaiyo15-Jan-03 19:38
Ohaiyo15-Jan-03 19:38 
QuestionHow can I get application path ? Pin
AhMan15-Jan-03 18:23
AhMan15-Jan-03 18:23 
AnswerRe: How can I get application path ? Pin
Mazdak15-Jan-03 19:45
Mazdak15-Jan-03 19:45 
AnswerRe: How can I get application path ? Pin
Mazdak15-Jan-03 20:55
Mazdak15-Jan-03 20:55 
AnswerRe: How can I get application path ? Pin
Rage16-Jan-03 1:25
professionalRage16-Jan-03 1:25 
Generalplease help .... Pin
joshfl15-Jan-03 17:41
joshfl15-Jan-03 17:41 
GeneralRe: please help .... Pin
Christian Graus15-Jan-03 18:10
protectorChristian Graus15-Jan-03 18:10 
GeneralRe: please help .... Pin
Rage16-Jan-03 1:06
professionalRage16-Jan-03 1:06 
GeneralRe: please help .... Pin
kapil Patry16-Jan-03 1:57
kapil Patry16-Jan-03 1:57 
GeneralRe: please help .... Pin
joshfl16-Jan-03 3:27
joshfl16-Jan-03 3:27 
General[newbie] RichEdit questions Pin
Daniel Salby15-Jan-03 17:09
Daniel Salby15-Jan-03 17:09 
GeneralRe: [newbie] RichEdit questions Pin
Taka Muraoka15-Jan-03 17:20
Taka Muraoka15-Jan-03 17:20 
GeneralRe: [newbie] RichEdit questions Pin
Daniel Salby15-Jan-03 20:25
Daniel Salby15-Jan-03 20:25 
GeneralRe: [newbie] RichEdit questions Pin
Taka Muraoka15-Jan-03 20:29
Taka Muraoka15-Jan-03 20:29 
GeneralWindow not visible after logon Pin
SJBenner15-Jan-03 16:39
sussSJBenner15-Jan-03 16:39 
GeneralRe: Window not visible after logon Pin
Mike Nordell15-Jan-03 22:45
Mike Nordell15-Jan-03 22:45 
GeneralWeird error when reference *.lib file Pin
tongc15-Jan-03 15:05
tongc15-Jan-03 15:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.