| Thread | Last Post | Replies |
|
| Reading XML file from http | 30 Dec 2006 18:50 GMT | 2 |
Hi; I am trying to test reading a html file over http. So in IIS I create a virtual directory and then in my NTFS permissions I set that directory to only allow read from Domain Users. (I also allow control by admin).
|
| Different behaviours for xmlTransform | 29 Dec 2006 12:57 GMT | 1 |
Using the same xml and xsl files, the result of the xmlTransform.Transform is different depending if a xmlTextwriter or a StringWriter is used. In the first case, the output file is as expected, but in the second case, a new <meta> tag is added, and the existing ones loose the /> ...
|
| Problem with DataSet ReadXml | 28 Dec 2006 22:58 GMT | 1 |
Hi people! I'm running a Visual Studio 2005, Professional, on Windows XP Professional. I've found a little big problem, reading a DataSet. If I try: ds.ReadXml("c:\data.xml")
|
| XSL needed | 28 Dec 2006 22:56 GMT | 2 |
Hi experts, I need a style sheet to convert following INPUT xml into follwing OUTPUT xml. Thank you very much,
|
| Xml Print Preview | 28 Dec 2006 22:52 GMT | 1 |
I have an Xml file.I Load it in a Datagrid, My Xml file has child tables, and I want to print this, so I want to see its print preview, but when I want to do it, only it is shown the root table in print preview. What can I do to see the child table in print preview?
|
| ReadXml from resources | 24 Dec 2006 01:22 GMT | 1 |
i saved the state of a data set and table via MyDs.WriteXmlSchema("MyDs.xsd") MyDs.WriteXml("MyDs.xml") i was able to read them back in and display the info in the database by
|
| Subquery using X-Path (Nested X-Path statements) | 22 Dec 2006 04:43 GMT | 1 |
I am trying to convert an SQL statement into an XPath (or a sequence of XPath) statements. More specifically, I have the following: SELECT a FROM b
|
| rendering RSS XML as HTML? | 21 Dec 2006 15:28 GMT | 1 |
im doing my first experiment w/ RSS & ASP.NET. could use a bit of help. i have a livejournal site blog here: http://nexus9.livejournal.com/ and i have its RSS xml here:
|
| XML Validation | 19 Dec 2006 18:28 GMT | 3 |
I got the following code to validate a custom XML against a given schema: XmlSchemaSet sc = new XmlSchemaSet(); sc.Add(schema);
|
| Escaping linebreaks in XML within XSLT ?? | 19 Dec 2006 13:30 GMT | 2 |
I have a xslt that writes a txt file from xml. Xml file is generated by a user input on a webpage and some nodes have linebreaks which corrupts my output. is there a way to generally set that xslt should ignore linebreaks or a way to use <xsl:value-of select="$VALUE"/> and clear
|
| Validation not occuring | 19 Dec 2006 13:28 GMT | 6 |
I am trying to validate an XML file against an XSD schema file within a .NET C++ program, but the validation doesn't seem to be occuring. My code is listed below. The validation event handler is not called even when the XML should valid properly against the schema.
|
| Problem setting node-set in XsltArgumentList | 16 Dec 2006 14:32 GMT | 1 |
I am working with .Net 2.0. I found a 2002 posting with this sample code of how to send a node-set into a XSLT transformation: string xml = @"<foo><bar>The Test</bar></foo>"; string xsl =
|
| Find and Replace within an XML file | 14 Dec 2006 22:10 GMT | 1 |
I was wondering if there is a simple method of replacing characters within the xml document. I'm looking at writing a Biztalk Pipeline that escapes illegal characters before they are processed by a HL7 assembler.
|
| Recommendations on Development Resources | 14 Dec 2006 17:29 GMT | 1 |
I am new to XML development however I want to enhance my skill set. As a result, I am looking for recommendation for resources to accomplish this task in the following areas: - Books / Web Sites / Classes / Any Other Educational Material
|
| XSL Transform Help, Please | 14 Dec 2006 04:03 GMT | 1 |
I am having a problem with writing an XSL Transform. Please help. Note: I know this a long post but I wanted to provide as must detail as possible. Any help would be appreciated. (Just started writing my first transform yesterday and no one at my company knows this stuff.)
|