Skip to content

XML / XSL

Discussions on XML and related technologies

This category can be followed from the open social web via the handle xml-xsl@forum.codeproject.com

2.6k Topics 6.8k Posts
  • Deserializing a xml document for sending it using a WebService

    xml help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • comparing two XML files

    csharp question asp-net database xml
    2
    0 Votes
    2 Posts
    0 Views
    L
    You don't know how to compare two strings? How about String.Compare[^] :rolleyes: led mike
  • Create multiple pages

    xml c++ html com question
    5
    0 Votes
    5 Posts
    0 Views
    N
    :) Actually my project contains many xsl and xml handling as I noted before. That is why I cant change the VC++ control for HTML behaviour right now. Instead of that I should manage the xsl and html template to get the expected results. Also I dont have any experience in this area of xsl and html... I am doing a self study, that might be why I cant explain things better. Sorry. Thank you for your reply. - NS - [ODBaseBtn]
  • [Message Deleted]

    3
    0 Votes
    3 Posts
    0 Views
    L
    Don't delete your posts. This site is not here just for you. Others may benefit from your question and any replies given that solve the problem. led mike
  • Best practices for programmatically creating XML storage files

    xml
    3
    0 Votes
    3 Posts
    0 Views
    L
    jesarg wrote: It seems that most people just use the XmlWriter class, manually writing low-level elements one at a time. However, I was wondering if there's a more elegant way to accomplish this task; for instance, a single function that says: "Make a 'hello' node as the child of 'root'->'greetings'->'hi'" where the 'hello' node is fully defined in a class before being inserted. Have you looked into Serialization? System.Xml.XmlSerializer led mike
  • Validation of unknown subclass [modified]

    question database xml help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML and old ASP(not ASP.NET)

    csharp java asp-net xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    P
    Do you save the XML document?
  • Use a database or XML?

    question csharp database xml announcement
    4
    0 Votes
    4 Posts
    0 Views
    P
    Yes, a database. Of course that database may be XML... :-D I do a similar thing, with a Windows Service periodically looking for new files to add to the index.
  • Create custom schema for xml

    xml database help question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Your subject asks about schema but your post does not, what do you want? Also to post XML you need to check the check box on the posting page for ignoring HTML tags led mike
  • xsl:for-each question

    xml question help tutorial
    3
    0 Votes
    3 Posts
    0 Views
    D
    Brilliant, thanks!
  • XSD:PATTERN question

    question regex
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    R
    led mike wrote: You mean the step that generates the schema that is used to generate the typed dataset? Yes exactly! led mike wrote: Since you posted 10 hours ago I won't bother Googling because you probably already have. lolz really good one u know! but I bet u wanna listen to that one as well, actually I need to research on this tommorow and I put the question here today so that may be I'd get some info while working parallel to my project ;-) soooo I'll just google it out tommorow I guess, NO JUICE FOR ME!! Rocky Success is a ladder which you can't climb with your hands in your pockets.
  • How to convert c++ classes into xsd format

    c++ xml tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Trouble with VB.NET and XPath

    xml tutorial question csharp
    2
    0 Votes
    2 Posts
    0 Views
    G
    When you have a namespace in your XML document, you have to account for it in your XPath expression whether it is the default namespace or not. Look up "XmlNamespaceManager" in the System.Xml namespace. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • Special character for the enum type in DTD Schema

    question database xml tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • TreeView using XAML

    wpf
    4
    0 Votes
    4 Posts
    0 Views
    S
    It seems like you were able to find the WPF related forum a few minutes after you posted here, so it looks like you were able to find the right forum. There isn't a dedicated forum for XAML, but since WPF uses XAML (and XAML is currently only used in WPF) that would the correct forum. Normally it is discouraged from deleting posts, particularly if there have been responses to it, but for situations like this in the future you can either delete the other post or simply put a link in it redirecting to the correct one. That way, when other people have the same issue they can find the answer without having to jump around between forums. Scott. —In just two days, tomorrow will be yesterday. —Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai [Forum Guidelines] [Articles] [Blog]
  • How to bind Detailsview tmplate field with xml data

    xml tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Many-To-Many DataSet as XML document

    database xml help tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • write PMML as in XML use Vc++

    c++ html xml tutorial
    2
    0 Votes
    2 Posts
    0 Views
    L
    From the wikipedia page on PMML PMML is an XML-based language This is key because your question then has nothing to do with PMML. Your problem is you don't know how to work with XML. That is a significant sized problem making it a poor candidate for a question on an internet forum. There is no easy copy/paste solution for you. The reality is you will have to dig into learning XML and it's related technologies to accomplish your project. For using VC++ the MSDN Web site will contain much information including tutorials and example code. Other major resources are the two web sites TopXML and www.w3schools.com. On all these sites you will find that one very common technique for working with XML in VC++ is to use the COM component MSXML. Good luck led mike