Click here to Skip to main content
15,908,581 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: what is wrong with it Pin
karanba19-Jan-03 20:40
karanba19-Jan-03 20:40 
GeneralRe: what is wrong with it Pin
Christian Graus19-Jan-03 22:42
protectorChristian Graus19-Jan-03 22:42 
GeneralXSL help !! Pin
$iva15-Jan-03 23:07
$iva15-Jan-03 23:07 
GeneralRe: XSL help !! Pin
Wictor Wilén22-Jan-03 21:44
Wictor Wilén22-Jan-03 21:44 
GeneralXML and my data Pin
Lim Wei-Hui15-Jan-03 21:28
Lim Wei-Hui15-Jan-03 21:28 
GeneralRe: XML and my data Pin
SimonS16-Jan-03 21:39
SimonS16-Jan-03 21:39 
GeneralRe: XML and my data Pin
Lim Wei-Hui19-Jan-03 13:48
Lim Wei-Hui19-Jan-03 13:48 
Generalquestion about libxml Pin
storein15-Jan-03 20:09
storein15-Jan-03 20:09 
hi,everybody
Did you use "libxml" to parse your xml file ? I need your help .Confused | :confused: Confused | :confused:
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 Confused | :confused:



GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 2:12
Stephane Rodriguez.16-Jan-03 2:12 
GeneralRe: question about libxml Pin
storein16-Jan-03 13:48
storein16-Jan-03 13:48 
GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 18:47
Stephane Rodriguez.16-Jan-03 18:47 
GeneralRe: question about libxml Pin
storein16-Jan-03 19:40
storein16-Jan-03 19:40 
GeneralRe: question about libxml Pin
Stephane Rodriguez.16-Jan-03 21:10
Stephane Rodriguez.16-Jan-03 21:10 
GeneralRe: question about libxml Pin
storein16-Jan-03 22:39
storein16-Jan-03 22:39 
GeneralRe: question about libxml Pin
Michael A. Barnhart17-Jan-03 0:49
Michael A. Barnhart17-Jan-03 0:49 
GeneralRe: question about libxml Pin
storein17-Jan-03 15:43
storein17-Jan-03 15:43 
GeneralRe: question about libxml Pin
Michael A. Barnhart17-Jan-03 17:34
Michael A. Barnhart17-Jan-03 17:34 
GeneralRe: question about libxml Pin
storein19-Jan-03 14:49
storein19-Jan-03 14:49 
Generalreading attributes Pin
karanba15-Jan-03 4:01
karanba15-Jan-03 4:01 
GeneralRe: reading attributes Pin
Stephane Rodriguez.15-Jan-03 6:41
Stephane Rodriguez.15-Jan-03 6:41 
Generalattribute vs. node Pin
Marc Clifton14-Jan-03 1:19
mvaMarc Clifton14-Jan-03 1:19 
GeneralRe: attribute vs. node Pin
Michael A. Barnhart14-Jan-03 1:36
Michael A. Barnhart14-Jan-03 1:36 
GeneralRe: attribute vs. node Pin
Michael A. Barnhart14-Jan-03 1:38
Michael A. Barnhart14-Jan-03 1:38 
GeneralRe: attribute vs. node Pin
Marc Clifton14-Jan-03 1:45
mvaMarc Clifton14-Jan-03 1:45 
GeneralRe: attribute vs. node Pin
Stephane Rodriguez.14-Jan-03 1:54
Stephane Rodriguez.14-Jan-03 1:54 

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.