| Thread | Last Post | Replies |
|
| Convert schema to an xml document | 31 Jul 2006 20:22 GMT | 5 |
How can I convert an existing schema to an xml document. I have a series of schema documents that validate xml documents that describe metadata. Normally the metadata is first defined in a database, then schemas generated from the database. In this case I was given the schemas ...
|
| Making a XmlElement Order property on .NET 1.1 | 31 Jul 2006 15:46 GMT | 1 |
What would be the best way to create an Order property for the XmlElementAttribute like in .NET 2.0, so my XmlSerializer will serialize elements in the order I desire? So far, I've made a new custom attribute class called Order which is
|
| Webservice for J2EE & .NET application | 31 Jul 2006 14:07 GMT | 1 |
I want to create a header and footer control which will be used in both the java and .net application. We are planning to create a webservice for this in C#. I am familiar in creating a webservice , but not sure how to create something compatible for java team (J2EE). Java
|
| XslCompiledTransform load compile error | 30 Jul 2006 17:00 GMT | 4 |
I am moving some code forward from .NET 1.1. I was able to load the XSL file and perform the transform. The MSDN documentation looks like it should be easy. But I get a compile error. Ideas ? How can I share my XSLT ( there are 2 helper stylesheets, and I check that they are ...
|
| XML serialization via XmlWriter creates 3 weird bytes | 30 Jul 2006 06:01 GMT | 1 |
I want to serialize an object via XmlWriter, but when I serialize to that, 3 strange bytes are added to the beginning of the output (0xEF, 0xBB, and 0xBF) all of which are in the ASCII range (ASCII 239, 187, 191) public static void writeLogItem(LogItem ilog, string lfile)
|
| Request/Response XML to a remote server without using IIS | 30 Jul 2006 00:41 GMT | 1 |
I have a need to take an xml file generated from a mainframe and post it to a remote server (ex: http//xml.company.com/order.cgi) which, in turn, will return an xml response. I have no idea how to do this without using IIS (the application is written in C#). Can someone point me ...
|
| XmlDocument load question | 30 Jul 2006 00:37 GMT | 2 |
I have cXml document I want to load to parse. The document has a DOCTYPE element that points to an external dtd via http. When the document loads it trys a web request which I am assuming is to get the dtd. We have a proxy and this throws and exception when trying to load
|
| How does XmlSchemaValidationFlags.ProcessSchemaLocation actually work? | 28 Jul 2006 20:40 GMT | 1 |
Hello to all -- I am familiar with Xml in general and NET 1.1 Xml, but I am new to the .NET 2.0 changes in System.Xml. I am trying to validate an XML document that is based on a schema that
|
| Validate against XML doc already in memory | 28 Jul 2006 19:55 GMT | 3 |
I have an XMLDoc object that loaded XML using the LoadXML method. I have a schema in a XmlSchemaCollection object. I want to validate the XML document in the XMLDoc object. All the resources that I've found use the XMLTextReader object, but I am not reading from
|
| link to other page from xsl | 28 Jul 2006 19:13 GMT | 2 |
Hi, i have the following xsl file ---------------------------------------------------------------------------------------------------------- <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0"
|
| String to XML | 28 Jul 2006 17:05 GMT | 2 |
I am pretty to new to .NET/C# so go easy (sorry for X-Post, but I am not sure my other post reached the C# list!)! I am developing a Web Service call to a Java Web Service and it is all working fine - it is returning me back a String value which in all
|
| xsd:unique - validate attriubte value for whole | 28 Jul 2006 11:06 GMT | 2 |
I am trying to include a xsd:unique element in my schema to make an attribute of an element unique at the whole document level. Consider the following xml fragment: <Form>
|
| http://forums.microsoft.com/ | 27 Jul 2006 21:15 GMT | 1 |
Some times ago Microsoft started http://forums.microsoft.com/ which serve more or less the same purpose as the microsoft.public news groups. The major difference between these forums and newsgroups from user's perspective is that forums are much more closely moderated.
|
| XPath problem | 27 Jul 2006 16:03 GMT | 2 |
I'm stuck with an XPath query to produce a TreeView. From the data below, I want to select all the score elements having an IdIn of 2018, ***including their ancestors***. With the result, I want to fill a TreeView control.
|
| format-number function & .NET | 27 Jul 2006 09:02 GMT | 2 |
When I do a transform with a stylesheet containing the function format-number($varname,'#,##0.00') from XSLerator (which uses MSXML) I get the result I expect, a decimal number rounded to 2 places. When I load the stylesheet & do the transform from my VB.NET or C#
|