Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Creating clean, retrievable XML output

Reply
Thread Tools

Creating clean, retrievable XML output

 
 
stjulian
Guest
Posts: n/a
 
      07-18-2005
I would like to get a roadmap on learning from you folks. I need to learn
how to take an SQL view of data that I have and allow it's data to be
retrieved as an XML document in IIS.

I know how to create queries and views. I use Data Transformation Services
frequently (there isn't an XML document type in the OUTPUT options that I
can see) and, I actually get the concept of XML AUTO (for those who do not
know, this does a quick and dirty formatting of data in XML hierarchy), but
yet I do not know how to take these XML results and write them to a file,
allow it to retrieved (ONLY retrieved, not write back) from IIS as an XML
document type.

I can't imagine that I have to make IIS write all the little carriage
returns XML tags.

Maybe I don't need a file, does "XML support in IIS" create these kind of
documents on-the-fly.

Do you know of a resource (or a good book) to look at? You gotta learn
somehow.

Desparate and Serious
Julian


 
Reply With Quote
 
 
 
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      07-18-2005
Have you been to http://www.sqlxml.org/ ?

There is an add-on to SQL Server 2000 that will allow you to request XML
documents from SQL Server via HTTP.





>I would like to get a roadmap on learning from you folks. I need to learn
>how to take an SQL view of data that I have and allow it's data to be
>retrieved as an XML document in IIS.
>
> I know how to create queries and views. I use Data Transformation Services
> frequently (there isn't an XML document type in the OUTPUT options that I
> can see) and, I actually get the concept of XML AUTO (for those who do not
> know, this does a quick and dirty formatting of data in XML hierarchy),
> but yet I do not know how to take these XML results and write them to a
> file, allow it to retrieved (ONLY retrieved, not write back) from IIS as
> an XML document type.
>
> I can't imagine that I have to make IIS write all the little carriage
> returns XML tags.
>
> Maybe I don't need a file, does "XML support in IIS" create these kind of
> documents on-the-fly.
>
> Do you know of a resource (or a good book) to look at? You gotta learn
> somehow.



 
Reply With Quote
 
 
 
 
stjulian
Guest
Posts: n/a
 
      07-18-2005
Thank you.
What is the name of this add-on?

J

"Aaron Bertrand [SQL Server MVP]" <> wrote in message
news:...
> Have you been to http://www.sqlxml.org/ ?
>
> There is an add-on to SQL Server 2000 that will allow you to request XML
> documents from SQL Server via HTTP.
>
>
>
>
>
>>I would like to get a roadmap on learning from you folks. I need to learn
>>how to take an SQL view of data that I have and allow it's data to be
>>retrieved as an XML document in IIS.
>>
>> I know how to create queries and views. I use Data Transformation
>> Services frequently (there isn't an XML document type in the OUTPUT
>> options that I can see) and, I actually get the concept of XML AUTO (for
>> those who do not know, this does a quick and dirty formatting of data in
>> XML hierarchy), but yet I do not know how to take these XML results and
>> write them to a file, allow it to retrieved (ONLY retrieved, not write
>> back) from IIS as an XML document type.
>>
>> I can't imagine that I have to make IIS write all the little carriage
>> returns XML tags.
>>
>> Maybe I don't need a file, does "XML support in IIS" create these kind of
>> documents on-the-fly.
>>
>> Do you know of a resource (or a good book) to look at? You gotta learn
>> somehow.

>
>



 
Reply With Quote
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      07-19-2005
SQLXML.

msdn.microsoft.com/SQL/sqlreldata/XML/default.aspx (scroll down)

msdn.microsoft.com/library/en-us/dnanchor/html/anch_sqlxml.asp

microsoft.com/downloads/details.aspx?FamilyID=51d4a154-8e23-47d2-a033-764259cfb53b

microsoft.com/downloads/details.aspx?FamilyID=ca1cc72b-6390-4260-b208-2058c0bfd7de



"stjulian" <> wrote in message
news:...
> Thank you.
> What is the name of this add-on?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Altova Mapforce - xml 2 xml map: empty elements output although input element is not empty Lukas XML 3 11-10-2005 02:25 PM
Multiple Input XML documents to produce one output XML SV XML 1 08-16-2005 10:37 AM
Help! are my lost vaca photos retrievable? Sony DSC-P72 dpace1@gmail.com Digital Photography 4 06-02-2005 10:11 PM
asp:Xml control and Xml output Grant Harmeyer ASP .Net 1 02-03-2004 03:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57