| Thread | Last Post | Replies |
|
| Formatting objects processor | 24 Nov 2003 16:36 GMT | 6 |
I plan to implement some report generation using Formatting objects on the .NET platform. Does Microsoft have a built in version? .Or What are my options? are there any free ones which can be used on the .NET platform? Any help in this regard would be appreciated
|
| From n xmlReader to single XPathDocument? | 24 Nov 2003 16:06 GMT | 8 |
My problem is this. I have to create several xmlReader objects each retrieving 'for xml' formatted sql server data. I then need to peice them together into a single document and place them into a single XPathDocument which is then transformed throughout the web site with different
|
| Trying to create completely server side, document merge | 24 Nov 2003 15:44 GMT | 3 |
I was given the task of designing a complete web based document prep system. In simplest terms (using a msword explanation) create a database of merge fields, and a library of templates. Allow the webuser to select the
|
| Get attribute from Xml file | 24 Nov 2003 13:19 GMT | 1 |
I'm looking to get noNamespaceSchemaLocation attribute from the following Xml file. Whats the most efficient way to do this using the XmlDocument class in c#? <?xml version="1.0"?>
|
| Placing dataset into XPathDocument | 24 Nov 2003 12:57 GMT | 2 |
I have a merged dataset that contains xml read from SQL Server. I need to place the data into an XPathDocument. I can do the following: mydataset.writeXML("mydata.xml")
|
| IXsltContextFunction.Invoke | 24 Nov 2003 10:16 GMT | 1 |
When creating a function in xpath with IXsltContextFunction, if the return type is nodeset, what do you actually return from the Invoke function? A XmlNodeList? XPathNodeIterator? public System.Xml.XPath.XPathResultType ReturnType
|
| xpath help - single quotes | 24 Nov 2003 09:32 GMT | 2 |
I have an xml doc <sections> <section> <title>entry image</title>
|
| Re: MSXML5: where to get the redistributables? | 24 Nov 2003 09:19 GMT | 1 |
I am using the msxml5.dll that comes with Office 2003. Is there a redistributables of msxml5.dll just like msxml4? If so, how do I get it? Thanks
|
| Reading XML into a DataReader? | 24 Nov 2003 09:16 GMT | 1 |
Can anyone tell me how to read an XML file into a SqlDataReader? I can pull it into a dataset, but want to have the same formatting capabilities that I have with a DataReader.
|
| Support W3C RDF? | 24 Nov 2003 09:15 GMT | 1 |
Does anybody know whether Microsoft's Visual Studio supports the W3C Resource Description Framework concept? If so, how? regards,
|
| xsd to xml | 23 Nov 2003 12:57 GMT | 3 |
I'm trying to generate a xml instance with some default values from a xsd schema with vb.net. I think .net does not provide any classes to do this, does it? Alternatively are there any third classes namespaces that make this operation or I have to do generate the xml instance ...
|
| User navigation system with XML file | 23 Nov 2003 11:11 GMT | 1 |
Here is the XML file i am using right now, note: there is only an "Administrator" group right now, in the end there will be 6 or 7 different groups of navigation levels <?xml version="1.0" encoding="utf-8" ?>
|
| Where to host schemas? | 23 Nov 2003 10:18 GMT | 1 |
Is it necessary for me host schemas in some webserver? At present, I use localhost but still the xml instance cannot find its schema. Any help please?
|
| Problems with Deserialization... | 22 Nov 2003 04:52 GMT | 1 |
I'm having problems with some very simple deserialization code and would appreciate it very much if I could get some help here. The following is the code: =========================================================
|
| Transformations appear to be CPU intensive | 21 Nov 2003 20:44 GMT | 5 |
I am migrating an existing ASP app that uses XSLT transformations to render against a language XML doc for localization and other items. When I moved this logic into .NET and the native xml and xsl objects I noticed a significant processor hit on the web machine. The xml file is ...
|