Click here to Skip to main content
15,890,506 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralSoap with Commerce server 2000 Pin
Mr. Cully11-Jun-04 5:02
Mr. Cully11-Jun-04 5:02 
GeneralProblem in sending Soap message with long Japanese strings Pin
Rohitse9-Jun-04 19:59
Rohitse9-Jun-04 19:59 
GeneralXMLnode Pin
dotnet_cpp8-Jun-04 19:49
dotnet_cpp8-Jun-04 19:49 
GeneralRe: XMLnode Pin
Andrew Quinn AUS8-Jun-04 22:22
Andrew Quinn AUS8-Jun-04 22:22 
Question<![CDATA[NULL]]> this is OK? Pin
skoizumi291108-Jun-04 16:03
sussskoizumi291108-Jun-04 16:03 
GeneralLoading XslTransform from data base/string Pin
lkrzanik8-Jun-04 5:44
lkrzanik8-Jun-04 5:44 
GeneralRe: Loading XslTransform from data base/string Pin
palbano8-Jun-04 16:32
palbano8-Jun-04 16:32 
GeneralMS XML Pin
Rhys__6668-Jun-04 0:23
Rhys__6668-Jun-04 0:23 
Apparently I'm having a problem with MS XML libraries.

We're posting an XML doc to an external site which parses the doc and provides an HTTP Response Number.

We also need the XML to be re-posted from the external site to another page of ours and have the XML saved as a doc. In standard ASP we're doing this as follows...
[code]
<%
strABBXMLFile = Server.MapPath("/spider/abb/abbn/" & Day(Now) & "-" & Month(Now) & "-" & Year(Now) & "_" & Hour(Now) & Minute(Now) & "_standardAbbreviation.xml")

Set doc = Server.CreateObject("Msxml2.DOMDocument.4.0")

doc.load(Request)
doc.save(strABBXMLFile)
%>
[/code]

The problem we have is with entity declaration and tags. With entity declarations or a DocType in the XML none of the MS XML libraries can save the XML document. If the <doctype> is removed, they xml is saved fine. Can anyone provide any further information on this issue, or if there's a work-around for it? Or do the .Net XML libraries cope with entity declarations and doctype tags, and can anyone provide any pointers to dot-netting the above?

All help much appreciated, as well as advice.

Cheers!

Rhys
"When one burns one's bridges, what a very nice fire it makes" -- Dylan Thomas
"As to marriage or celibacy, let a man take the course he will. He will be sure to repent" -- Socrates
"Doh!" -- Homer Simpson
General&amp;amp; in XSL parameters Pin
Atara6-Jun-04 1:08
Atara6-Jun-04 1:08 
GeneralRe: &amp;amp; in XSL parameters Pin
henningbenk7-Jun-04 1:43
professionalhenningbenk7-Jun-04 1:43 
GeneralRe: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 2:38
Atara7-Jun-04 2:38 
Generalagain: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 19:33
Atara7-Jun-04 19:33 
GeneralRe: again: &amp;amp; in XSL parameters Pin
henningbenk7-Jun-04 22:07
professionalhenningbenk7-Jun-04 22:07 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:50
Atara7-Jun-04 22:50 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:58
Atara7-Jun-04 22:58 
QuestionHow to load XML from string into dataset or listbox Pin
5-Jun-04 8:54
suss5-Jun-04 8:54 
AnswerRe: How to load XML from string into dataset or listbox Pin
Andrew Quinn AUS6-Jun-04 22:52
Andrew Quinn AUS6-Jun-04 22:52 
GeneralRe: Converting carriage returns to &lt;BR&gt; tags Pin
Philip Fitzsimons2-Jun-04 3:22
Philip Fitzsimons2-Jun-04 3:22 
GeneralRe: Converting carriage returns to <BR> tags Pin
JussiL2-Jun-04 8:06
JussiL2-Jun-04 8:06 
QuestionHow to test if node exists and it's not empty? Pin
Alvaro Mendez1-Jun-04 10:00
Alvaro Mendez1-Jun-04 10:00 
AnswerRe: How to test if node exists and it's not empty? Pin
Anonymous1-Jun-04 17:25
Anonymous1-Jun-04 17:25 
GeneralRe: How to test if node exists and it's not empty? Pin
Alvaro Mendez3-Jun-04 12:49
Alvaro Mendez3-Jun-04 12:49 
AnswerRe: How to test if node exists and it's not empty? Pin
Philip Fitzsimons2-Jun-04 3:25
Philip Fitzsimons2-Jun-04 3:25 
GeneralProblem with mailto link Pin
Alvaro Mendez1-Jun-04 9:10
Alvaro Mendez1-Jun-04 9:10 
GeneralXMLNode datagrid Pin
dotnet_cpp31-May-04 20:20
dotnet_cpp31-May-04 20:20 

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.