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

XML / XSL

 
Generalappending to an existing XML file Pin
novice.NET25-Mar-03 19:04
novice.NET25-Mar-03 19:04 
GeneralRe: appending to an existing XML file Pin
Philip Fitzsimons27-Mar-03 3:01
Philip Fitzsimons27-Mar-03 3:01 
Generalmsxml 2.0 in IE Pin
mindows24-Mar-03 5:15
mindows24-Mar-03 5:15 
GeneralRe: msxml 2.0 in IE Pin
Philip Patrick24-Mar-03 22:45
professionalPhilip Patrick24-Mar-03 22:45 
Questionhow to render XML for netscape???? Pin
xxhimanshu23-Mar-03 20:14
xxhimanshu23-Mar-03 20:14 
AnswerPost the code... Pin
Paul Watson23-Mar-03 21:16
sitebuilderPaul Watson23-Mar-03 21:16 
GeneralRe: Post the code... Pin
xxhimanshu23-Mar-03 22:21
xxhimanshu23-Mar-03 22:21 
GeneralServer side Pin
Paul Watson23-Mar-03 22:28
sitebuilderPaul Watson23-Mar-03 22:28 
The code I meant was your code which is giving the problem on Netscape. If you can post that code then maybe we can help you out.


From what I can gather though I recommend you ditch the client side processing and do it all server side. It is perfectly possible to apply an XSL transform to a dynamic XML source.

The best way is to have an ASPX (or ASP page) which creates an XmlDocument and XslTransform. you then load up the XmlDocument with your dynamic XML (in .NET it can take in streams or physical files) and Response.Write out the XslTransform output.

Paul Watson
Bluegrass
Cape Town, South Africa

Macbeth muttered:
I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er

DavidW wrote:
You are totally mad. Nice.
GeneralRe: Server side Pin
xxhimanshu23-Mar-03 22:53
xxhimanshu23-Mar-03 22:53 
GeneralRe: Server side Pin
Philip Fitzsimons26-Mar-03 3:04
Philip Fitzsimons26-Mar-03 3:04 
GeneralProblem while using MSXML to get HTTP response Pin
adapterJohn18-Mar-03 23:05
adapterJohn18-Mar-03 23:05 
GeneralRe: Problem while using MSXML to get HTTP response Pin
adapterJohn20-Mar-03 21:27
adapterJohn20-Mar-03 21:27 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:57
sussMichal Januszczyk15-Mar-03 5:57 
Questioncan XSL do this ? Pin
act_x14-Mar-03 5:25
act_x14-Mar-03 5:25 
AnswerRe: can XSL do this ? Pin
Torsten Mauz14-Mar-03 15:14
Torsten Mauz14-Mar-03 15:14 
GeneralRe: Tree Navigation Pin
act_x13-Mar-03 11:25
act_x13-Mar-03 11:25 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 12:15
Michael A. Barnhart13-Mar-03 12:15 
GeneralTree Navigation Pin
act_x13-Mar-03 10:13
act_x13-Mar-03 10:13 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 11:12
Michael A. Barnhart13-Mar-03 11:12 
GeneralDisplay multipal XML files using single XXLT Pin
swaps13-Mar-03 0:54
swaps13-Mar-03 0:54 
GeneralStoring data in "ref" element Pin
EnkelIk5-Mar-03 7:18
EnkelIk5-Mar-03 7:18 
GeneralCan't define array in xml Pin
EnkelIk3-Mar-03 2:18
EnkelIk3-Mar-03 2:18 
GeneralThe real schema Pin
EnkelIk3-Mar-03 2:20
EnkelIk3-Mar-03 2:20 
GeneralRe: The real schema Pin
Louis Riel2-Jun-04 4:49
Louis Riel2-Jun-04 4:49 
GeneralRe: The real schema Pin
EnkelIk8-Jun-04 23:34
EnkelIk8-Jun-04 23:34 

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.