Click here to Skip to main content
15,900,110 members

Comments by Ggalla17792 (Top 3 by date)

Ggalla17792 18-Jan-18 3:08am View    
Your good....I tried that also, removing the doc.CreateElement("kk:Blaett","kk") and subsequent ones.

It failed to validate against the XSD... it needs namespace a front ie <kk:Blaett.

Its been frustrating trying to get it working...
Ggalla17792 17-Jan-18 8:16am View    
I tried this but it just moved the xmlns:kk="kk" down to the next element and repeated it again.

When this is removed by hand (from <Blaett numbber="311" xmlns:kk="kk"> to <Blaett numbber="311">) it validates against XSD
Ggalla17792 15-Jan-18 4:49am View    
This article here looks close to what I want...I just need to remove xmlns:kk="kk" from line <Blaett numbber="311" xmlns:kk="kk">

https://www.codeproject.com/Questions/1167775/Remove-namespace-from-XML