Click here to Skip to main content
15,915,850 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do you read the end of an XML file in C#? Pin
Ed.Poore26-Sep-06 0:03
Ed.Poore26-Sep-06 0:03 
GeneralRe: How do you read the end of an XML file in C#? Pin
bigove26-Sep-06 0:20
bigove26-Sep-06 0:20 
GeneralRe: How do you read the end of an XML file in C#? Pin
Ed.Poore26-Sep-06 0:25
Ed.Poore26-Sep-06 0:25 
GeneralRe: How do you read the end of an XML file in C#? Pin
bigove26-Sep-06 0:36
bigove26-Sep-06 0:36 
GeneralRe: How do you read the end of an XML file in C#? Pin
Ed.Poore26-Sep-06 1:05
Ed.Poore26-Sep-06 1:05 
GeneralRe: How do you read the end of an XML file in C#? Pin
bigove26-Sep-06 1:25
bigove26-Sep-06 1:25 
GeneralRe: How do you read the end of an XML file in C#? Pin
Ed.Poore26-Sep-06 1:30
Ed.Poore26-Sep-06 1:30 
GeneralRe: How do you read the end of an XML file in C#? Pin
bigove26-Sep-06 1:35
bigove26-Sep-06 1:35 
Not really, as it's a work thing and I'd be fired if it went outside!

But the format is EXACTLY as follows:



<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!--
This XML message contains CIS Key Accounts and Special Needs records for
inserting/updating in the IAR
-->
- <message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CISKASN.xsd">
- <messageHeader>
<batchID>1</batchID>
<records>1016</records>
<messageNo>20060918165555</messageNo>
</messageHeader>
- <CISKASNRecord>
<changeFlag>I</changeFlag>
<propertyNum>123456789</propertyNum>
<pointX>533935.3</pointX>
<pointY>189061.2</pointY>
<osAPR>AP70H9815GH56N2GHR</osAPR>
<keyActCode>F</keyActCode>
<dialysisCust>Y</dialysisCust>
<serviceCode>21</serviceCode>
<circumstanceCode>1</circumstanceCode>
<sicCode>999</sicCode>
<hospitalCode>CODEHERE</hospitalCode>
<hospitalName>Hospital Name</hospitalName>
<address1>Address Line 1</address1>
<address2>Address Line 2</address2>
<address3>Address Line 3</address3>
<address4>Town/City</address4>
<address5>County</address5>
<postcode>Postcode</postcode>
</CISKASNRecord>
- <CISKASNRecord>
Same again - for however many records
</CISKASNRecord>
</message>
GeneralRe: How do you read the end of an XML file in C#? Pin
Ed.Poore26-Sep-06 1:49
Ed.Poore26-Sep-06 1:49 
GeneralRe: How do you read the end of an XML file in C#? Pin
bigove26-Sep-06 2:53
bigove26-Sep-06 2:53 
QuestionContent page script asp.net 2005 Pin
Tamimi - Code24-Sep-06 22:45
Tamimi - Code24-Sep-06 22:45 
Questionclose and reopen child forms Pin
faladrim24-Sep-06 22:33
faladrim24-Sep-06 22:33 
AnswerRe: close and reopen child forms Pin
Guffa24-Sep-06 22:39
Guffa24-Sep-06 22:39 
GeneralRe: close and reopen child forms Pin
faladrim24-Sep-06 23:28
faladrim24-Sep-06 23:28 
AnswerRe: close and reopen child forms Pin
Guffa25-Sep-06 21:15
Guffa25-Sep-06 21:15 
Questioninterchanging data Pin
V.24-Sep-06 22:10
professionalV.24-Sep-06 22:10 
AnswerRe: interchanging data Pin
Ed.Poore24-Sep-06 23:08
Ed.Poore24-Sep-06 23:08 
GeneralRe: interchanging data Pin
V.24-Sep-06 23:18
professionalV.24-Sep-06 23:18 
GeneralRe: interchanging data Pin
Ed.Poore24-Sep-06 23:24
Ed.Poore24-Sep-06 23:24 
QuestionSecond path fragment must not be a drive or UNC name. Pin
raghbhar24-Sep-06 20:59
raghbhar24-Sep-06 20:59 
AnswerRe: Second path fragment must not be a drive or UNC name. Pin
Christian Graus24-Sep-06 21:28
protectorChristian Graus24-Sep-06 21:28 
Questionhow to handle a ToolStripItem? Pin
musti_aktas24-Sep-06 20:42
musti_aktas24-Sep-06 20:42 
AnswerRe: how to handle a ToolStripItem? Pin
Luis Alonso Ramos24-Sep-06 21:27
Luis Alonso Ramos24-Sep-06 21:27 
AnswerRe: how to handle a ToolStripItem? Pin
musti_aktas24-Sep-06 21:52
musti_aktas24-Sep-06 21:52 
QuestionRegistry Pin
MHASSANF24-Sep-06 20:17
MHASSANF24-Sep-06 20:17 

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.