| Thread | Last Post | Replies |
|
| XPath queries with Namespaces | 26 Nov 2003 17:07 GMT | 2 |
I am having trouble writing an XPath query that deals with namespaces. I've see the documentation that says that I have to use a XmlNamespaceManager and qualify my queries such that they match up with the definitions added to the XmlNamespacemanager, but I want to write a query ...
|
| Problem inserting a node with a namespace | 26 Nov 2003 11:14 GMT | 3 |
This is so silly I must be doing something wrong! I need to insert (using VB.NET) a new node in a DOM; node has a namespace. I first create, under programme, basic structure, starting thus: <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/"
|
| XML EUROPE 2004 -- CALL FOR PAPERS | 26 Nov 2003 06:48 GMT | 1 |
"Documenting the Future" XML Europe takes place 18-21 April at the RAI Centre in Amsterdam. XML Europe 2004 provides the premier European forum for the XML community, spanning the worlds of electronic business, publishing, the Internet, e-government, software
|
| ASP.NET Virtual Directories (xsl:import)(appSettings) - Help? | 26 Nov 2003 01:12 GMT | 4 |
I have 3 individual ASP.NET applications that make up the overall web application. Each of these websites share some common styles, scripts and xslt files. These are all placed in a single directory structure then in IIS each .NET application has the virtual directory called ...
|
| XML Serialisation problem | 26 Nov 2003 00:35 GMT | 1 |
We are serializing objects to an xmlfile that is validated against a schema. For this schema the elements are serialized in the wrong sequence. Does anyone know how I can let the serializer sequence the object members in the order required by the schema?
|
| Transform XML string using XSL file (v1.1) | 25 Nov 2003 21:01 GMT | 5 |
Having fits transforming an XML string using an XSL file. In the 1.1 version of the framework, I see that the XmlResolver is heavily used in the XslTransform class. However, that looks like I am only supposed to use that only when you have an xml ~file~... not an XML
|
| how to write some xml into huge xml file into speceific location??? | 25 Nov 2003 19:15 GMT | 4 |
Is anyone can help me to figure out how to write some xml into huge xml file into speceific location??? Say, i have a file about 139 Mb and i need to write some data (xml) into it, but in speceific location (specified by XPath for example). i have tryed
|
| Resolving XML Schema documents on-the-fly? | 25 Nov 2003 17:38 GMT | 1 |
Has anyone successfully been able to use an XmlValidatingReader (Framework 1.1) to validate documents against XML Schemas that haven't been added to the XmlValidatingReader.Schemas collection first? e.g. I have the following XML document, and I want to validate it.
|
| Create an ASP.NET Web Service | 25 Nov 2003 15:15 GMT | 2 |
Not sure if this is the correct group to be posting this at but here goes. I am in the MSDN Library and doing the step-by-step instructions on the "Walkthrough: Creating a Distributed
|
| Auto Increment in Datasets | 25 Nov 2003 15:02 GMT | 2 |
I have a dataset with a AutoIncrement column.. I write this to a XML file and read it back..to a Dataset.. The auto increment works perfectly every time. It picks up were it left...were does it pick up the last value from?.. I mean I thought it uses the max value + 1 logic for ...
|
| Strange behaviour reading XML into DataSet | 24 Nov 2003 20:09 GMT | 3 |
I've got a simple console app that just reads an XML file into a DataSet then prints out a description of each table in the DataSet, including column names and row values for each column. I'm getting some strange results depending the input XML file I use. I was wondering if ...
|
| Trying to validating XML against local copy of schema | 24 Nov 2003 20:05 GMT | 2 |
I need to validate XML documents (orders) against their schema before processing. The PurchaseOrder schema that we use references 3 other schemas using the <imports ...> element. Here is the relationship: - PurchaseOrder.xsd
|
| processing instructions in XML | 24 Nov 2003 19:57 GMT | 6 |
I have some XML that contains an element like this: <ProcessingStartedOn xsi:nil=\"true\"/> This element is of type dateTime. It is failing deserialization. How do I handle this?
|
| newbie: pretty print of xml to memory string | 24 Nov 2003 19:55 GMT | 3 |
I am sure this a newbie-type question. But I was looking to see if someone had something that walks an xml tree and creates a nicely tabbed (pretty print) string version of the xml tree (probably starting from a node, like innerxml). But innerxml sometimes (when
|
| Using XML as a Database | 24 Nov 2003 16:58 GMT | 8 |
I have a gigantic XML file which has the following structure: <root> <header> </header>
|