| Thread | Last Post | Replies |
|
| XML by J# | 26 Sep 2004 23:58 GMT | 2 |
Can J# compiler generate XML file as C# compiler does. Thanks
|
| XML Edit Control | 26 Sep 2004 23:11 GMT | 1 |
I am looking for a textbox like control that formats and colors xml as you type it, just like the one in the visual studio IDE. Is it possible to create an instance of the control used by the IDE? if not does anyone know of a good third party control?
|
| How to covert c# class to xml schema? | 26 Sep 2004 17:41 GMT | 3 |
In .Net we have XmlSerializer to convert c# class to xml, or vice versa. Do we have any APIs to convert c# class to XSD? Thanks in advance, Cindy
|
| XmlNode.ChildNodes Bug???? | 26 Sep 2004 03:28 GMT | 1 |
I just tried to replace a single XmlNode with several ChildNodes. When doing this with the following code i found out that if you get the ChildNodes with 'ChildNodes' - property the nodes get removed. Is this possibly a Framework Bug??
|
| Newbie: Read/Write xml | 26 Sep 2004 02:35 GMT | 1 |
I have the following XML file (config.xml): ******** <?xml version="1.0" encoding="utf-8" ?> <configuration>
|
| xsd:any with nested xml | 25 Sep 2004 21:47 GMT | 2 |
pls help me! I have a nested xml: <?xml version="1.0" encoding="utf-8" ?> <root>
|
| Hpw to serialize boolean to 0/1 into XML? | 25 Sep 2004 18:23 GMT | 1 |
I can deserialize my Xml that contains 0/1 to bool, but when I again serialize it, value is true/false. Is there some way to force boolean value to be serialized as 0 and 1, not true or false? Thanks.
|
| xml schema import help | 24 Sep 2004 17:16 GMT | 4 |
I'm stuck with the following schema validation problem in VS.NET 2003: I have two types of xml document and related schema: project and projectCollection. A projectcollection is just a set of projects.
|
| How to create web page with spreadsheet like functionality? | 24 Sep 2004 17:14 GMT | 1 |
I'm looking for a tool that would allow me to create a web page with the spreadsheet like functionality. Basically, I want to be able to type in a number in the cell and have all totals being calculated automatically without having a page refreshed (or a trip to the server). That ...
|
| XmlTextWriter without a file | 24 Sep 2004 14:15 GMT | 3 |
can anyone help me on how to create and manipulate a xmttextwriter without having to craete a physical file. I have an application that should return data in xml. But I do not want to create a file and then delete it.
|
| How to access web service from client-side Jscript? | 24 Sep 2004 13:03 GMT | 1 |
I understand that MS has dropped support of the webservice HTML component. So, what is the new "supported" way of accessing a web service from client-side Jscript? DT
|
| Beginner XML question | 24 Sep 2004 01:57 GMT | 1 |
I have a simple XML file which I want to parse through in .NET using C#. Do I have to parse line by line , or is there a way to marshall the tree into an object type? Can someone refer me to an online document describing how I would do either?
|
| how to transform xml according to c# vars | 23 Sep 2004 13:37 GMT | 1 |
My menuing system uses xml/xslt to create the menus on my site. C# variable values dictate what menu items in the xml get translated by the xslt into the menu, and which are hidden. Say, if the user is logged in as non-admin, don't render the admin links.
|
| Unknown method | 23 Sep 2004 12:32 GMT | 1 |
I'm trying to use selectNodes from javascript and my Xpath expression is for some, to me unknow reason, failing... I'm usinh this: xml.selectNodes("//xml/rs:data/z:row[contains(@title, 'ehe')]") There are nodes that fulfill condition expressed in XPath - there are nodes
|
| Dont want to write xsl transformation(html) to a file | 23 Sep 2004 12:13 GMT | 1 |
My problem is that I dont want to output the transformed xml to a file! I convert a Dataset to xml and then apply the transformation using xsl. Dim xmlDoc As XmlDataDocument = New XmlDataDocument(ds) Dim xslTran As XslTransform = New XslTransform
|