| Thread | Last Post | Replies |
|
| Save SVG as JPG? | 27 Jan 2004 08:14 GMT | 2 |
I have a C#/Xslt utility creating a relatively large SVG diagram from a bunch of Xml sources I have. This is cool for those who have SVG plugins installed, but I also want to support downlevel browsers with a JPG equivalent of the SVG output.
|
| Validate XML Schema | 27 Jan 2004 03:03 GMT | 1 |
Can anyone point me to some code or tell me a simple way to validate a UK postcode (or email address or another simple example) ? I have the Schema set up already. Now I just want to write some validation (in VB.Net or C#)code to trap for this error.
|
| Calling all xsl/ado .net experts! | 27 Jan 2004 02:47 GMT | 1 |
Hello, just a quick question which I hope has a simple answer... I have an SP which performs an inner join on 2 tables (User and UserStatus) and I used the dataset's .GetXml() method to return the following: <User>
|
| Simple Xpath question | 26 Jan 2004 18:43 GMT | 7 |
I posted this to the wrong group. It went to m.p.dotnet.languages.vb. Ooops. -------------------------------------------------------------------- I have this tiny problem. I have learned that an xpath expression can be
|
| Xml Attribute..id problem?? | 26 Jan 2004 09:13 GMT | 4 |
I have an xml file as below <root> <table id =1> <user>abc</user>
|
| Create XML from dataview | 25 Jan 2004 00:41 GMT | 1 |
I have a dataview from a datatable in .NET, and I need to dump the contents into an XML file. What is the best way to do this? Thanks,
|
| Referencing specific method overloads in a <see> tag | 24 Jan 2004 18:00 GMT | 2 |
I am using the XML documentation feature of VS.NET. Several of my classes have overloaded methods. I would like to create a <see> tag that refers to a specific overload (as opposed to the general overview of them all). How can I do this?
|
| How? Writing the results of a XSL transformation to a string rather than to File | 24 Jan 2004 17:59 GMT | 2 |
I am a bit of a newbie to C# and would like help with the following. I am bringing in a dataset and transforming that dataset using an XSL style sheet to generate text. This text does in fact contains SQL statements (DBCC commands etc) which I want to capture and run on a SQL ...
|
| Formatting White Space | 24 Jan 2004 13:55 GMT | 6 |
I have an xml document similar to this <all> <one> <options attr1="1" attr2="2" />
|
| Hiding Gridlines ? | 24 Jan 2004 10:25 GMT | 2 |
Hi Gurus, I have an xml and xsl file. The xsl transforms the xml file to give an html output. Now using filesystem object I am saving the html output as a
|
| XSLT and XML Schema | 24 Jan 2004 06:31 GMT | 1 |
Hi Friends, We have a peculiar situation here, where in we have to translate a set of xml documents using xslt and we only have schemas available. How do we use XSLT here? Please advice. Ash
|
| Cannot Validate XML with XSD created from stream. | 23 Jan 2004 23:26 GMT | 10 |
I have a bunch of XSD files in my assembly as embedded content that are read out via reflection and streams. My app creates the XML on the fly, and I want to validate it using the schema files embedded in my assembly. Unfortunately, my problem is that every element is coming up ...
|
| Reading XML into a DataSet | 23 Jan 2004 23:07 GMT | 1 |
I have the following [WebMethod] that returns an array of a struct and I want to load it into a DataSet on the consumer side.....Can someone provide me with an example of how to use the DataSet.ReadXml() function with an array of a struct??
|
| Problems MSXML 3.0 | 23 Jan 2004 23:06 GMT | 1 |
So, MSXML 3.0 doesn't support Schema XSD. But where I can find especification about this? thanks Eder
|
| Dotnet newbie needs some help with XML | 23 Jan 2004 17:19 GMT | 7 |
I need to be search an XML document to find a specific attributes value. Here is a sample of the XML document: <?xml version="1.0" encoding="utf-8" ?>
|