Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Magic TabPage question Pin
leppie19-Nov-02 0:04
leppie19-Nov-02 0:04 
GeneralVisible Property Not Working Pin
Jamie Nordmeyer18-Nov-02 7:35
Jamie Nordmeyer18-Nov-02 7:35 
GeneralRe: Visible Property Not Working Pin
David Stone18-Nov-02 8:48
sitebuilderDavid Stone18-Nov-02 8:48 
GeneralRe: Visible Property Not Working Pin
Jamie Nordmeyer18-Nov-02 9:32
Jamie Nordmeyer18-Nov-02 9:32 
GeneralRe: Visible Property Not Working Pin
David Stone18-Nov-02 10:22
sitebuilderDavid Stone18-Nov-02 10:22 
GeneralCOM+ Pin
Mazdak18-Nov-02 5:50
Mazdak18-Nov-02 5:50 
GeneralXML questions ... Pin
LongRange.Shooter18-Nov-02 5:28
LongRange.Shooter18-Nov-02 5:28 
GeneralRe: XML questions ... Pin
Christian Graus18-Nov-02 15:34
protectorChristian Graus18-Nov-02 15:34 
theRealCondor wrote:
Is there any advantage to this

If you paste text into a file it knows is XML, it will HTML encode it. This is sometimes good, sometimes a pain.

theRealCondor wrote:
For example, if I have three XSLT files in my project, how do I get at these to execute transforms against the XML file passed to me?

I dunno how to load them from resources, I presume you still need to load from disk, but having them in the project makes them easy to get to.

theRealCondor wrote:
I want to generate a schema for the file automatically. I cannot find a method or docs on doing this. Any help in this direction would be great.

I wrote an XML wrapper in C# for WDJ magazine ( it's not been printed yet ), and I looked into this. I thought you need to do it yourself, but I'm learning ADO at the moment, and a dataset can create a schema for you in XSD format, and I believe you can fill a DataSet from XML, so that might be an answer. Any auto generated schema would of necessity be imperfect, unless all your nodes always appear, and always appear the same number of times.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: XML questions ... Pin
Nick Parker18-Nov-02 17:22
protectorNick Parker18-Nov-02 17:22 
GeneralRe: XML questions ... Pin
Christian Graus18-Nov-02 17:28
protectorChristian Graus18-Nov-02 17:28 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 3:25
LongRange.Shooter19-Nov-02 3:25 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 9:42
LongRange.Shooter19-Nov-02 9:42 
GeneralRe: XML questions ... Pin
Christian Graus19-Nov-02 10:07
protectorChristian Graus19-Nov-02 10:07 
GeneralRe: XML questions ... Pin
LongRange.Shooter19-Nov-02 10:53
LongRange.Shooter19-Nov-02 10:53 
GeneralOpen An HTML File Using Web Broswer Pin
yccheok17-Nov-02 21:51
yccheok17-Nov-02 21:51 
GeneralRe: Open An HTML File Using Web Broswer Pin
Mazdak17-Nov-02 23:12
Mazdak17-Nov-02 23:12 
GeneralRe: Open An HTML File Using Web Broswer Pin
Vasudevan Deepak Kumar17-Nov-02 23:13
Vasudevan Deepak Kumar17-Nov-02 23:13 
GeneralAnother DataEntry Pin
Mazdak17-Nov-02 19:35
Mazdak17-Nov-02 19:35 
GeneralDetermine Type of OS That User Used Pin
yccheok17-Nov-02 16:08
yccheok17-Nov-02 16:08 
GeneralRe: Determine Type of OS That User Used Pin
Nick Parker17-Nov-02 16:17
protectorNick Parker17-Nov-02 16:17 
GeneralRe: Determine Type of OS That User Used Pin
Vasudevan Deepak Kumar17-Nov-02 23:39
Vasudevan Deepak Kumar17-Nov-02 23:39 
GeneralComplex relational database Pin
laphijia17-Nov-02 11:19
laphijia17-Nov-02 11:19 
GeneralRe: Complex relational database Pin
Marc Clifton17-Nov-02 13:50
mvaMarc Clifton17-Nov-02 13:50 
GeneralBinary Registry Entry Pin
Jassim Rahma17-Nov-02 10:30
Jassim Rahma17-Nov-02 10:30 
GeneralRe: Binary Registry Entry Pin
Mazdak17-Nov-02 19:52
Mazdak17-Nov-02 19:52 

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.