Got more questions? Find advice on: ASP | SQL | Regular Expressions | Windows
in Search
Welcome to XmlAdvice Sign in | Join | Help

Browse by Tags

All Tags » XML 1.0
Showing page 1 of 2 (16 total posts)
  • Binary XML, and InfoPath

    Some great stuff going on with XML lately.  Jan Tielens shows how to use InfoPath to access a secondary datasource, such as a SharePoint list Matt Warren then delves into some XML bestiary and shows a binary XML parser based on XmlReader.  Cazz (the one and only avid bathreader) shows how to iterate over XPathNodeIterator nodes, ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on March 10, 2004
  • XML Data Islands in Mozilla

    No, Mozilla does not natively support Data Islands, but you can mimic data islands in Mozilla using a little bit of script.
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on March 2, 2004
  • msdata Namespace

    Ever wonder if there is an XML Schema for the msdata namespace (urn:schemas-microsoft-com:xml-msdata) used by the DataSet generation wizard?  You can find it here.
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on March 1, 2004
  • Using Typed DataSets with Web Services

    Someone asked me about using a typed DataSet on both ends of the wire using a web service. I honestly don't work with typed DataSets, but this question was to accomodate the client's existing architecture. We both tried it, and couldn't get it to work. This shouldn't be that hard,so I asked quite a few people... nada. Most admitted they just ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 26, 2004
  • Inside Indigo

    I am actually not a fan of individuals posting aggregated feeds, but I found a set of posts tonight that all hit around my areas of interest.  This will not be a common occurrence for me, as I am posting these mainly as a selfish set of pointers. For those that have been putting off looking at Indigo for awhile, there is a sample chapter ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 21, 2004
  • XPath-Based Filtering With Pull-Based XML Parsing

    Some very interesting work has been going on with the classes in the System.Xml namespace.  Daniel Cazzulino blogs about an XseReader implementation he has been working on for providing XML Streaming Events.  I had been using a similar implementation for trying to write a .NET version of an RssValidatingReader awhile back, but gave up ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 16, 2004
  • Assembly Caching and XmlSerializer

    Paul Wilson emailed me with some questions regarding perceived memory leaks related to System.Xml.Serialization.XmlSerializer.  I questioned whether it would be a “memory leak”, but pinged Christoph Schittko for some backup evidence.  He said he doubted it as well, else web services everywhere would be falling on their faces.  I ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 11, 2004
  • XML Validation Against a Schema and a DTD With Namespaces

    Steven Livingstone has a great tip on validation using DTDs and Schemas against an instance document that includes namespaces.
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 8, 2004
  • More d-o-e and XmlWriter

    In my last post, I described the behavior of disable-output-escaping (d-o-e) and System.Xml.Xsl.XslTransform when serializing to an XmlTextWriter.  This is a vague concept if you haven't fought d-o-e before, so I am expanding the explanation a bit.    XSLT is deceptive in that it looks like text (after all, you just type, and a ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 30, 2004
  • Binding External XML to a Dropdown List

    This question seems to come up fairly frequently, so I am putting a pointer in my blog for quick reference.  In another blog entry, “Use ASP.NET Data Binding to Bind Directly to XML (sans DataSet)”, I showed how you can use an XmlNodeList as the source for ASP.NET data binding because it implements the IEnumerable ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 29, 2004
1 2 Next >