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
  • Cell Border not displaying for null or empty vlaues

    xml question
    2
    0 Votes
    2 Posts
    0 Views
    A
    Try to replace null with   Regards, Arun Kumar.A
  • Sending XML request from URL

    question csharp asp-net database xml
    2
    0 Votes
    2 Posts
    0 Views
    J
    hai praveen, check out the following link.... hope it will be useful for u........! :) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/63409298-0516-437d-b5af-68368157eae3.asp[^]
  • XSD from XML

    question csharp xml
    3
    0 Votes
    3 Posts
    0 Views
    D
    AmitG77 wrote: Also is there a tool available to achieve this? XML Schema Definition Tool (Xsd.exe)[^] "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
  • Getting new line in XML?

    xml tutorial question lounge
    4
    0 Votes
    4 Posts
    0 Views
    L
    K V S Chand wrote: Column means a column in XML. There is no such thing as a "column" in XML. If you plan on using text based communications for solving your programming problems don't you think it might be a good idea to learn and use the standard terms for a given technology? Otherwise how do expect to be able to communicate. XML has nodes and elements and attributes, no columns, so I have no idea what you are talking about. led mike
  • Xpath Expression and Iterations

    debugging xml help question
    2
    0 Votes
    2 Posts
    0 Views
    M
    Please provide a document fragment. Without the XML, there is noway to test the validity of your method call. "In quiet and silence, the truth is made clear."
  • Schema Book/patterns

    xml database tutorial question learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML SQL

    database xml question
    2
    0 Votes
    2 Posts
    0 Views
    D
    Well sql server 2000 could work, but it looks like a bit of trouble Querying XML files using SQL 2000[^] Reading an XML file from SQL Server[^] I you want to search xml data though .net try googling this: .net xpath[^] topcoderjax - Remember, Google is your friend.
  • 0 Votes
    2 Posts
    0 Views
    D
    All of you properties are either private or read only. Only public read/write properties are serialized unless you implement the ISerializable interface(which lets you determine exactly how your class is serialized). -- modified at 20:58 Wednesday 23rd May, 2007 topcoderjax - Remember, Google is your friend.
  • XmlFormView

    xml performance tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • xml serialization

    question csharp xml json help
    2
    0 Votes
    2 Posts
    0 Views
    D
    First, please don't shout. Second if it is class that you have created simply apply the [System.Xml.Serialization.XmlIgnoreAttribute] to the properties that you don't want to show. If it is a framework class, you need to get the data from the XMLSerializer object to an XML document object for manipulation. If this is the case and you have problems with this, please post the specifics. topcoderjax - Remember, Google is your friend.
  • Display XML to HTML via XSD

    xml html question
    6
    0 Votes
    6 Posts
    0 Views
    G
    :-O Thanks Mike! I messed up. It is a resource of MSXML3.DLL and you can view IE's default XSLT via this URN: res://msxml.dll/DEFAULTSS.xsl. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • XPath syntax to get IXMLNode ...

    xml
    3
    0 Votes
    3 Posts
    0 Views
    A
    I managed to get this to work thus: "//*[@id='" + sURI + "']" Thanks
  • XML problem

    help xml
    5
    0 Votes
    5 Posts
    0 Views
    D
    thanks.
  • XmlReader problem (C# / VB)

    csharp xml help css database
    3
    0 Votes
    3 Posts
    0 Views
    R
    Thanks Stefan, that was the problem. I'd been expecting the debug fields to populate as soon as the object had been created but as you say, running a ReadToEnd populated the fields. Thanks, Rolf
  • sitemap traversing

    xml help tutorial announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Equivalent of of html in xsl

    html xml question
    3
    0 Votes
    3 Posts
    0 Views
    P
    I use <xsl:text>&#10;</xsl:text>
  • Schema troubles.

    xml question database help announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to transform string of XML to HTML

    xml html sysadmin debugging tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML Validation in .NET 2.0 C#

    csharp xml help database visual-studio
    2
    0 Votes
    2 Posts
    0 Views
    D
    See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1590647&SiteID=1[^]. "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
  • Code generation using XSD

    help xml csharp database dotnet
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied