Knowledge.ToString()

Category: Xml

  • http://www.w3.org/XML/1998/namespace issue while importing XSD

    If you are trying to work with XSD you may encounter following errors Namespace ‘http://www.w3.org/XML/1998/namespace’ is not available to be referenced in this schema. Imported schema for namespace ‘http://www.w3.org/XML/1998/namespace’ was not resolved. This error means that either you need to declare the namespace “http://www.w3.org/XML/1998/namespace” within XSD or the xml.xsd file in which this namespace is…

    |

  • Generate Sample XML Data From XSD Using Visual Studio

    If you have an XSD file, it is difficult to visualize how the XML file structure looks like. As a developer, you are mostly dealing with XML. As XML file quickly visualizes the data structure, you are looking for a way to get XML file with dummy data from a given XSD file. Visual Studio…

    |

  • Generate Html Table from the Single Xml Node List Using Xslt

    If you have a list of same xml node and you want to generate the html table with X number of columns, here is the working example. X can be a dynamic or static number based on your need. Xml data. (Save it as data.xml) Xslt file (Save it as xformer.xslt in the same folder…

    |