Click here to Skip to main content
15,902,032 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionNesting Invalid HTML in XML Docs Pin
callingshotgun28-Sep-05 18:28
callingshotgun28-Sep-05 18:28 
AnswerRe: Nesting Invalid HTML in XML Docs Pin
jkersch29-Sep-05 4:08
jkersch29-Sep-05 4:08 
GeneralRe: Nesting Invalid HTML in XML Docs Pin
callingshotgun29-Sep-05 8:24
callingshotgun29-Sep-05 8:24 
Questionxalan? Pin
Member 194743127-Sep-05 2:32
Member 194743127-Sep-05 2:32 
AnswerRe: xalan? Pin
Christian Graus27-Sep-05 3:17
protectorChristian Graus27-Sep-05 3:17 
GeneralRe: xalan? Pin
Member 194743127-Sep-05 3:29
Member 194743127-Sep-05 3:29 
GeneralRe: xalan? Pin
Christian Graus27-Sep-05 3:37
protectorChristian Graus27-Sep-05 3:37 
Question.NET XmlSerializer question Pin
Ivanets26-Sep-05 1:11
Ivanets26-Sep-05 1:11 
Hi All!

I use XmlSerializer to serialize object and got the following:

<?xml version=\"1.0\" encoding=\"utf-16\"?>
<MyClass xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://www.MyFirma.biz/MyNamespace\">
<Positions>
<Position>
</Position>
...
</Positions>
</MyClass>

Is it possible to get rid of the overhead (namespace info, schema info, xml version)? Anyway I do not need this info since parsing will be done without XmlSerializer.

So I need that output looks like below:

<MyClass>
<Positions>
<Position>
</Position>
...
</Positions>
</MyClass>

Thanks!
AnswerRe: .NET XmlSerializer question Pin
NewbieDude8-Feb-06 20:16
NewbieDude8-Feb-06 20:16 
Questionconvert interbase databasefile into sql server database Pin
briju24-Sep-05 0:02
briju24-Sep-05 0:02 
QuestionInsert .gif image in XSLT Pin
Anonymous23-Sep-05 3:55
Anonymous23-Sep-05 3:55 
AnswerRe: Insert .gif image in XSLT Pin
Christian Graus27-Sep-05 3:20
protectorChristian Graus27-Sep-05 3:20 
QuestionCan i make an XML file as my Database Pin
Member 229953123-Sep-05 1:48
Member 229953123-Sep-05 1:48 
AnswerRe: Can i make an XML file as my Database Pin
Christian Graus27-Sep-05 3:15
protectorChristian Graus27-Sep-05 3:15 
Generalxml and xslt Pin
Kar Han21-Sep-05 19:44
Kar Han21-Sep-05 19:44 
GeneralRe: xml and xslt Pin
David Stone21-Sep-05 20:22
sitebuilderDavid Stone21-Sep-05 20:22 
GeneralRe: xml and xslt Pin
toxcct21-Sep-05 21:21
toxcct21-Sep-05 21:21 
GeneralRe: xml and xslt Pin
Jon Newman21-Sep-05 22:42
Jon Newman21-Sep-05 22:42 
GeneralRe: xml and xslt Pin
Ian Darling22-Sep-05 3:01
Ian Darling22-Sep-05 3:01 
GeneralRe: xml and xslt Pin
Jon Newman22-Sep-05 3:06
Jon Newman22-Sep-05 3:06 
GeneralRe: xml and xslt Pin
Kastellanos Nikos22-Sep-05 3:00
Kastellanos Nikos22-Sep-05 3:00 
QuestionXSLT not working Pin
Chetan Ranpariya21-Sep-05 19:37
Chetan Ranpariya21-Sep-05 19:37 
AnswerRe: XSLT not working Pin
Christian Graus27-Sep-05 3:55
protectorChristian Graus27-Sep-05 3:55 
QuestionHow to show a XML file as a table Pin
pmt20-Sep-05 20:30
pmt20-Sep-05 20:30 
AnswerRe: How to show a XML file as a table Pin
Sushant_Mathur26-Sep-05 23:01
Sushant_Mathur26-Sep-05 23:01 

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.