Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Job Pin
Ravi Bhavnani6-Jan-06 1:31
professionalRavi Bhavnani6-Jan-06 1:31 
GeneralRe: C# Job Pin
TAREQ F ABUZUHRI6-Jan-06 3:55
TAREQ F ABUZUHRI6-Jan-06 3:55 
GeneralRe: C# Job Pin
ashishdhar10-Jan-06 14:56
ashishdhar10-Jan-06 14:56 
QuestionSmall XML problem Pin
Martin235-Jan-06 4:37
Martin235-Jan-06 4:37 
AnswerRe: Small XML problem Pin
Guffa5-Jan-06 5:34
Guffa5-Jan-06 5:34 
GeneralRe: Small XML problem Pin
Martin235-Jan-06 6:06
Martin235-Jan-06 6:06 
AnswerRe: Small XML problem Pin
Guffa5-Jan-06 7:19
Guffa5-Jan-06 7:19 
GeneralRe: Small XML problem Pin
Martin235-Jan-06 9:11
Martin235-Jan-06 9:11 
hhmmm, that didn't work, the page nodes do get loaded though.

The data that I am trying to process comes from the Wikipedia database dump (you know, the open source encyclopedia, see http://en.wikipedia.org/wiki/Main_Page).

I am practising on a small foreign language XML dump which can be downloaded from http://download.wikimedia.org/wikipedia/am/20051020_pages_current.xml.bz2 (the english wikipedia dump is about 3gbs, so you dont exactly want to process that every time you test the program!).

I extracted the exact first line of the XML, which is;

<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="am">

This includes links to various websites that explain the schema.

I find it strange that it works by simply removing all the attribute material from this first line. I tried programmatically removing this using the Attributes.RemoveAll() method, but as I found out it should really be called RemoveAllButOne(), so that doesnt work either.

Thanks for trying to help, really appreciated, don't worry if don't have the time to go any further though.

Martin
AnswerRe: Small XML problem Pin
Guffa9-Jan-06 1:48
Guffa9-Jan-06 1:48 
AnswerRe: Small XML problem Pin
leppie5-Jan-06 11:37
leppie5-Jan-06 11:37 
QuestionConverting PDF to Text in C# Pin
curtKauf5-Jan-06 4:34
curtKauf5-Jan-06 4:34 
AnswerRe: Converting PDF to Text in C# Pin
Stanciu Vlad5-Jan-06 7:14
Stanciu Vlad5-Jan-06 7:14 
GeneralRe: Converting PDF to Text in C# Pin
curtKauf5-Jan-06 8:51
curtKauf5-Jan-06 8:51 
GeneralRe: Converting PDF to Text in C# Pin
Stanciu Vlad5-Jan-06 20:53
Stanciu Vlad5-Jan-06 20:53 
QuestionQueued Timers Pin
LiamD5-Jan-06 3:48
LiamD5-Jan-06 3:48 
AnswerRe: Queued Timers Pin
Guffa5-Jan-06 4:16
Guffa5-Jan-06 4:16 
GeneralRe: Queued Timers Pin
Dave Kreskowiak5-Jan-06 4:34
mveDave Kreskowiak5-Jan-06 4:34 
GeneralRe: Queued Timers Pin
LiamD5-Jan-06 21:57
LiamD5-Jan-06 21:57 
GeneralRe: Queued Timers Pin
Dave Kreskowiak6-Jan-06 2:54
mveDave Kreskowiak6-Jan-06 2:54 
GeneralRe: Queued Timers Pin
LiamD8-Jan-06 22:22
LiamD8-Jan-06 22:22 
GeneralRe: Queued Timers Pin
Dave Kreskowiak9-Jan-06 2:06
mveDave Kreskowiak9-Jan-06 2:06 
QuestionReflecting inherited interfaces Pin
Hans Ruck5-Jan-06 3:38
Hans Ruck5-Jan-06 3:38 
AnswerRe: Reflecting inherited interfaces Pin
leppie5-Jan-06 5:40
leppie5-Jan-06 5:40 
QuestionHelp Needed in C# Chess Game development Pin
usmanali1235-Jan-06 3:28
usmanali1235-Jan-06 3:28 
AnswerRe: Help Needed in C# Chess Game development Pin
Guffa5-Jan-06 3:33
Guffa5-Jan-06 3:33 

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.