Click here to Skip to main content
15,910,083 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XSL Display Problem!!! Pin
Support12313-Feb-06 18:37
Support12313-Feb-06 18:37 
QuestionXML convert to HTML Pin
JacquesDP9-Feb-06 23:36
JacquesDP9-Feb-06 23:36 
AnswerRe: XML convert to HTML Pin
George L. Jackson10-Feb-06 4:40
George L. Jackson10-Feb-06 4:40 
GeneralRe: XML convert to HTML Pin
JacquesDP12-Feb-06 17:29
JacquesDP12-Feb-06 17:29 
QuestionConvert String Format Back To Xml File !!! Pin
HatakeKaKaShi9-Feb-06 17:57
HatakeKaKaShi9-Feb-06 17:57 
AnswerRe: Convert String Format Back To Xml File !!! Pin
imsathy9-Feb-06 19:49
imsathy9-Feb-06 19:49 
GeneralRe: Convert String Format Back To Xml File !!! Pin
George L. Jackson10-Feb-06 5:16
George L. Jackson10-Feb-06 5:16 
QuestionIs schema file or mapping file is compulsory for SQLXML? Pin
essamughal9-Feb-06 6:03
essamughal9-Feb-06 6:03 
Hi;

I've just started playing with SQLXML 4.0, here is the code which I am using to load the XML into database.

SQLXMLBulkLoad4Class bulkLoad = new SQLXMLBulkLoad4Class();

bulkLoad.ConnectionString = connString;
bulkLoad.BulkLoad = true;
bulkLoad.KeepIdentity = false;
bulkLoad.XMLFragment = true;
bulkLoad.Execute("C:\books.xsd", "C:\books.xml");

My question is that, the mapping file i.e. xsd or booksmapping.xml is compulsory to pass or we can have that information into xml data file?Confused | :confused: We want to avoid two files to maintain.

Thanks


M. Essa Mughal
Toronto, CANADA
Email: essamughal@yahoo.com

AnswerRe: Is schema file or mapping file is compulsory for SQLXML? Pin
George L. Jackson10-Feb-06 5:41
George L. Jackson10-Feb-06 5:41 
GeneralRe: Is schema file or mapping file is compulsory for SQLXML? Pin
essamughal10-Feb-06 7:04
essamughal10-Feb-06 7:04 
GeneralRe: Is schema file or mapping file is compulsory for SQLXML? Pin
George L. Jackson10-Feb-06 9:35
George L. Jackson10-Feb-06 9:35 
QuestionGenerate Xml describing my textbox or any UI controls Pin
NewbieDude8-Feb-06 20:06
NewbieDude8-Feb-06 20:06 
Questionfirefox XML DOM compatibility Pin
kedar.dave7-Feb-06 10:18
kedar.dave7-Feb-06 10:18 
QuestionXML as Database Pin
MikeMinsk5-Feb-06 1:06
MikeMinsk5-Feb-06 1:06 
AnswerRe: XML as Database Pin
Edbert P6-Feb-06 18:39
Edbert P6-Feb-06 18:39 
AnswerRe: XML as Database Pin
ChesterPoindexter3-Mar-06 17:43
professionalChesterPoindexter3-Mar-06 17:43 
QuestionInvalid character error in XML file Pin
Sandeep Shetty1-Feb-06 2:49
Sandeep Shetty1-Feb-06 2:49 
QuestionPosting XML to ASP page. Pin
dbenisch31-Jan-06 13:41
dbenisch31-Jan-06 13:41 
AnswerRe: Posting XML to ASP page. Pin
Edbert P6-Feb-06 18:48
Edbert P6-Feb-06 18:48 
QuestionPDF/doc/HTML to xml conversion in java Pin
sameerbhise.pspl31-Jan-06 3:18
sameerbhise.pspl31-Jan-06 3:18 
Questionxpath Pin
Matthew Hazlett30-Jan-06 6:41
Matthew Hazlett30-Jan-06 6:41 
AnswerRe: xpath Pin
George L. Jackson10-Feb-06 6:29
George L. Jackson10-Feb-06 6:29 
Questiontransforming XML to HTML Pin
maheshfour30-Jan-06 0:52
maheshfour30-Jan-06 0:52 
QuestionNeed Java Code For Validating The XML agaianest XSD which includes other xsd's Pin
venu neppalli27-Jan-06 1:56
venu neppalli27-Jan-06 1:56 
Questionquestiona bout XmlDocument Pin
abstarsss21-Jan-06 19:23
abstarsss21-Jan-06 19:23 

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.