Any C# XML shopping cart examples
-
I want to redesign my shopping cart to use XML. I know XML concepts and structure, but I've never implemented it in anything useful before. Are there any examples out there where they use it for shopping cart?
-
I want to redesign my shopping cart to use XML. I know XML concepts and structure, but I've never implemented it in anything useful before. Are there any examples out there where they use it for shopping cart?
-
I want to redesign my shopping cart to use XML. I know XML concepts and structure, but I've never implemented it in anything useful before. Are there any examples out there where they use it for shopping cart?
I'd ask why you feel you need to change ? Doesn't it work as it is ? Does XML offer you something specific that you'd like ? Or did you just decide that XML is 'cooler' ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I'd ask why you feel you need to change ? Doesn't it work as it is ? Does XML offer you something specific that you'd like ? Or did you just decide that XML is 'cooler' ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
It has some bugs and rather than patching them I figured I could redesign it with some cool technology.
-
I tried google. I have yet to find any good results.