hey everyone (:
greetings to you all.
i need some help here, im struggling with a school assignment. I am supposed to create 2 web portals, one reservation and the other supplier. i am doing reservation portal now. but im facing a problem.
this is the specifications given in my assignment:
1. For the Reservation Portal, your web application will allow the manager to create a Request for Quotation which is then stored as an XML file at the portal. Your web application will also allow the manager to view any quotations submitted by the suppliers. These quotations can be manually created for this early release.
2. For the Supplier Portal, your web application will allow a supplier to view Request for Quotation from the company. The RFQ can be manually created for this early release. You application will also allow the supplier to view any Reservation Order submitted by the company. Again, you can manually create orders for this early release.
is there anyone who can provide me with an idea of how to start this assignment? and how do you stored an XML file at the portal?
I'll really appreciate your help here (: thanks
loves,
shannelle.
How to create a XML file at the server side?
Started by shannelleng, Jun 21 2007 08:09 PM
8 replies to this topic
#1
Posted 21 June 2007 - 08:09 PM
|
|
|
#2
Posted 21 June 2007 - 09:06 PM
First of all; which language are you going to use?
The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.
If you're using PHP, then f.ex. take a look at this: http://php.net/xml
The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.
If you're using PHP, then f.ex. take a look at this: http://php.net/xml
#3
Posted 21 June 2007 - 09:19 PM
v0id said:
First of all; which language are you going to use?
The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.
If you're using PHP, then f.ex. take a look at this: http://php.net/xml
The mark-up language, XML, is pretty easy to use, and there's tons of frameworks, and other stuff to help you parsing, reading, writing, and so on to XML-files.
If you're using PHP, then f.ex. take a look at this: http://php.net/xml
i am using ASP.NET using microsoft visual studio. I heard from my classmate about using serialization of notepad doc into .xml file. but im not quite sure how is it really done.
thanks for your reply (:
#4
Posted 21 June 2007 - 10:23 PM
I've no experience with ASP.net, but these links maybe falls in your interest, when talking serialization:
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET
And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML
This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET
And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML
This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
#5
Posted 21 June 2007 - 10:30 PM
v0id said:
I've no experience with ASP.net, but these links maybe falls in your interest, when talking serialization:
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET
And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML
This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
Serialization Version 2.0 - Part 1 - The Code Project - C# Programming
Implement XML serialization in the .NET Framework
4GuysFromRolla.com - XML Serialization in ASP.NET
And here's a link about ASP.net w/ XML - w/o serialization:
ASP.NET Data Binding with XML
This is the only way I can help you about this topic, I don't know much about it, so I've to link to some third part websites. I don't hope you mind.
thankyou very very much (:
#6
Posted 21 June 2007 - 11:46 PM
Quote
:)Hi shannelleng;20299 How are you I will enterested to you problam tell me my mail id kumarramesh_kumar1@rediffmail.com eother contact me 9818715894 if it possable
#7
Posted 10 August 2007 - 05:41 AM
With ASP you can easilly create an XML file by using FIle System Object. But first of all, which programming language do you want to use?
#8
Posted 10 August 2007 - 06:15 AM
"Doe1974" said:
But first of all, which programming language do you want to use?
#9
Posted 12 August 2007 - 12:27 AM
Quote
Hi This is mr ramesh from india xml file we can say it is a extensible language we can use of framework either are use to CSS but do one think how it work of server side we have explain here right know any framing of used first of all we have wants one DTD Like <version no="1.0">
<href="fullyQualified DTD Path Name">
# CDATA Required
<href="fullyQualified DTD Path Name">
# CDATA Required


Sign In
Create Account

Back to top









