Click here to Skip to main content
16,006,065 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML Schema Pin
Stefan Troschuetz17-Dec-06 21:51
Stefan Troschuetz17-Dec-06 21:51 
GeneralRe: XML Schema Pin
BINOVAR17-Dec-06 22:00
BINOVAR17-Dec-06 22:00 
Questionxml read Pin
vengaqua14-Dec-06 23:40
vengaqua14-Dec-06 23:40 
AnswerRe: xml read Pin
Stefan Troschuetz15-Dec-06 0:18
Stefan Troschuetz15-Dec-06 0:18 
QuestionQuestions Related to XML DTD Pin
Rahithi13-Dec-06 16:05
Rahithi13-Dec-06 16:05 
AnswerRe: Questions Related to XML DTD Pin
DavidNohejl15-Dec-06 11:17
DavidNohejl15-Dec-06 11:17 
GeneralRe: Questions Related to XML DTD Pin
Rahithi15-Dec-06 15:30
Rahithi15-Dec-06 15:30 
AnswerRe: Questions Related to XML DTD [modified] Pin
George L. Jackson15-Dec-06 20:45
George L. Jackson15-Dec-06 20:45 
Is the following what you are looking for?

File hello.ent contents:
<?xml encoding="UTF-8"?>Hello

File entity.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greetings [
<!ENTITY greet SYSTEM "hello.ent">
]>
<root>
	<say word="&greet;"/>
</root>


As for other questions see:

http://www.w3schools.com/dtd/default.asp[^]

"We make a living by what we get, we make a life by what we give." --Winston Churchill



-- modified at 2:51 Saturday 16th December, 2006
QuestionGenerate an xml file using Schema [modified] Pin
Nnabugwu13-Dec-06 2:24
Nnabugwu13-Dec-06 2:24 
AnswerRe: Generate an xml file using Schema Pin
Stefan Troschuetz13-Dec-06 2:47
Stefan Troschuetz13-Dec-06 2:47 
AnswerRe: Generate an xml file using Schema Pin
Stefan Troschuetz15-Dec-06 21:26
Stefan Troschuetz15-Dec-06 21:26 
QuestionXPath war Pin
Eduard Keilholz12-Dec-06 2:26
Eduard Keilholz12-Dec-06 2:26 
AnswerRe: XPath war Pin
Stefan Troschuetz12-Dec-06 3:15
Stefan Troschuetz12-Dec-06 3:15 
GeneralRe: XPath war Pin
Eduard Keilholz12-Dec-06 3:30
Eduard Keilholz12-Dec-06 3:30 
GeneralRe: XPath war Pin
Stefan Troschuetz12-Dec-06 3:47
Stefan Troschuetz12-Dec-06 3:47 
QuestionXML Version Question Pin
Gupta Suraj11-Dec-06 18:31
Gupta Suraj11-Dec-06 18:31 
AnswerRe: XML Version Question Pin
Stefan Troschuetz11-Dec-06 22:28
Stefan Troschuetz11-Dec-06 22:28 
GeneralRe: XML Version Question Pin
Gupta Suraj12-Dec-06 3:47
Gupta Suraj12-Dec-06 3:47 
QuestionXML Pin
osama_bkr10-Dec-06 22:59
osama_bkr10-Dec-06 22:59 
AnswerRe: XML Pin
George L. Jackson11-Dec-06 15:29
George L. Jackson11-Dec-06 15:29 
QuestionHow I can get xsi:nil="true" in XMLElement? Pin
voladu10-Dec-06 21:15
voladu10-Dec-06 21:15 
QuestionProblem using XPath Pin
priyank_ldce7-Dec-06 4:03
priyank_ldce7-Dec-06 4:03 
AnswerRe: Problem using XPath Pin
Stefan Troschuetz7-Dec-06 6:03
Stefan Troschuetz7-Dec-06 6:03 
QuestionMSXML2.DOMDocument & MSXML2.XMLHTTP Pin
shadrach_india7-Dec-06 1:48
shadrach_india7-Dec-06 1:48 
Questionbar chart from xml Pin
saravanan054-Dec-06 12:18
saravanan054-Dec-06 12:18 

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.