Click here to Skip to main content
15,913,836 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionadding xmlnode with child nodes Pin
manoj221841-Jul-08 6:25
manoj221841-Jul-08 6:25 
QuestionReturning XML from the web service Pin
steve_rm28-Jun-08 4:41
steve_rm28-Jun-08 4:41 
QuestionOpen Office XML - Setting Style Pane Options Programmatically Pin
trvenkat27-Jun-08 11:20
trvenkat27-Jun-08 11:20 
QuestionXML Value change Pin
Jhony george24-Jun-08 23:21
Jhony george24-Jun-08 23:21 
AnswerRe: XML Value change Pin
led mike25-Jun-08 4:16
led mike25-Jun-08 4:16 
QuestionAjax and XML related problem Pin
Y_Kaushik23-Jun-08 23:14
Y_Kaushik23-Jun-08 23:14 
QuestionNeed help for converting XML data in excel spreadsheet and to show in web page... Pin
Pushpa Setty20-Jun-08 21:24
Pushpa Setty20-Jun-08 21:24 
QuestionDataGridView to Xml Pin
Anoop Brijmohun20-Jun-08 0:29
Anoop Brijmohun20-Jun-08 0:29 
Hi Guys,
i am working on a project using vs2005,vb.net.

i have data on a datagrid as follows...

StockCode|Description|Qty,UOM
1234 |TEST |20 |KG
5678 |TEST2 |15 |KG

The Xml format required must be as follows...

<item>
<key>
<stockcode> 1234 </stockcode>
</key>
<description>TEST</description>
<qty>20</qty>
<uom>KG</uom>
</item>

i am currently reading the xml template and creating the xmldoc but it is taking way too long.
What is the fastest way to create this xml, bear in mind that my datagrid may have up to 30000 rows and 80 columns.

thanks
Anoop Brijmohun
QuestionWBXML encoding/decoding Pin
hitonly200818-Jun-08 20:26
hitonly200818-Jun-08 20:26 
QuestionDeserializing a xml document for sending it using a WebService Pin
beatles169215-Jun-08 19:15
beatles169215-Jun-08 19:15 
Questioncomparing two XML files Pin
salon12-Jun-08 4:53
salon12-Jun-08 4:53 
AnswerRe: comparing two XML files Pin
led mike12-Jun-08 5:11
led mike12-Jun-08 5:11 
Question[Message Deleted] Pin
angel123456789010-Jun-08 9:06
angel123456789010-Jun-08 9:06 
AnswerRe: Numbering in XSLT Pin
led mike10-Jun-08 9:43
led mike10-Jun-08 9:43 
AnswerRe: [Message Deleted] Pin
led mike11-Jun-08 4:50
led mike11-Jun-08 4:50 
QuestionCreate multiple pages Pin
Nishad S10-Jun-08 1:00
Nishad S10-Jun-08 1:00 
AnswerRe: Create multiple pages Pin
led mike10-Jun-08 5:08
led mike10-Jun-08 5:08 
GeneralRe: Create multiple pages Pin
Nishad S10-Jun-08 18:32
Nishad S10-Jun-08 18:32 
GeneralRe: Create multiple pages Pin
led mike11-Jun-08 4:51
led mike11-Jun-08 4:51 
GeneralRe: Create multiple pages Pin
Nishad S11-Jun-08 18:20
Nishad S11-Jun-08 18:20 
QuestionValidation of unknown subclass [modified] Pin
hase24078-Jun-08 22:46
hase24078-Jun-08 22:46 
QuestionXML and old ASP(not ASP.NET) Pin
LeilaBayat7-Jun-08 23:22
LeilaBayat7-Jun-08 23:22 
QuestionBest practices for programmatically creating XML storage files Pin
jesarg6-Jun-08 9:43
jesarg6-Jun-08 9:43 
AnswerRe: Best practices for programmatically creating XML storage files Pin
PIEBALDconsult6-Jun-08 10:29
mvePIEBALDconsult6-Jun-08 10:29 
AnswerRe: Best practices for programmatically creating XML storage files Pin
led mike10-Jun-08 4:57
led mike10-Jun-08 4:57 

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.