Click here to Skip to main content
15,890,512 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionadding a & in text and element Pin
balakpn8-Aug-07 19:31
balakpn8-Aug-07 19:31 
AnswerRe: adding a & in text and element Pin
Christian Graus8-Aug-07 19:44
protectorChristian Graus8-Aug-07 19:44 
AnswerRe: adding a & in text and element [modified] Pin
George L. Jackson9-Aug-07 3:31
George L. Jackson9-Aug-07 3:31 
GeneralRe: adding a & in text and element Pin
balakpn9-Aug-07 20:44
balakpn9-Aug-07 20:44 
GeneralRe: adding a & in text and element Pin
George L. Jackson11-Aug-07 17:38
George L. Jackson11-Aug-07 17:38 
Questionxml value Pin
toink toink8-Aug-07 18:12
toink toink8-Aug-07 18:12 
AnswerRe: xml value Pin
Christian Graus8-Aug-07 18:17
protectorChristian Graus8-Aug-07 18:17 
GeneralRe: xml value Pin
toink toink8-Aug-07 19:52
toink toink8-Aug-07 19:52 
This is the error message "An error occurred while parsing EntityName. Line 1, position 160."

This is the code upon insertion:

elmXML = docXMLFile.CreateElement(element);
elmXML.InnerXml = strNewLine.ToString();
docXMLFile.DocumentElement.AppendChild(elmXML)


the error occurs on the second line.
AnswerRe: xml value Pin
Nouman Bhatti8-Aug-07 21:06
Nouman Bhatti8-Aug-07 21:06 
GeneralRe: xml value Pin
toink toink8-Aug-07 21:48
toink toink8-Aug-07 21:48 
GeneralRe: xml value Pin
Nouman Bhatti8-Aug-07 23:51
Nouman Bhatti8-Aug-07 23:51 
Questionhow to create events for button in xslt Pin
santoshkumarB7-Aug-07 0:54
santoshkumarB7-Aug-07 0:54 
AnswerRe: how to create events for button in xslt Pin
Christian Graus8-Aug-07 18:19
protectorChristian Graus8-Aug-07 18:19 
AnswerRe: how to create events for button in xslt Pin
Ravikanth Gore9-Aug-07 22:37
Ravikanth Gore9-Aug-07 22:37 
QuestionHow to allow boolean 'TRUE' or 'True' in xml Pin
zxc896-Aug-07 20:32
zxc896-Aug-07 20:32 
AnswerRe: How to allow boolean 'TRUE' or 'True' in xml Pin
Stefan Troschuetz6-Aug-07 21:44
Stefan Troschuetz6-Aug-07 21:44 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
zxc896-Aug-07 22:34
zxc896-Aug-07 22:34 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
Stefan Troschuetz6-Aug-07 23:15
Stefan Troschuetz6-Aug-07 23:15 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
zxc896-Aug-07 23:23
zxc896-Aug-07 23:23 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
Stefan Troschuetz6-Aug-07 23:40
Stefan Troschuetz6-Aug-07 23:40 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
zxc896-Aug-07 23:51
zxc896-Aug-07 23:51 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
zxc896-Aug-07 23:52
zxc896-Aug-07 23:52 
GeneralRe: How to allow boolean 'TRUE' or 'True' in xml Pin
Stefan Troschuetz7-Aug-07 0:29
Stefan Troschuetz7-Aug-07 0:29 
QuestionCDATA and XSL Pin
pjackson186-Aug-07 20:20
pjackson186-Aug-07 20:20 
AnswerRe: CDATA and XSL [modified] Pin
George L. Jackson7-Aug-07 14:42
George L. Jackson7-Aug-07 14:42 

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.