| Thread | Last Post | Replies |
|
| XslTransform/XmlWriter can't encode   in us-ascii or iso-8859-1 | 10 Jun 2004 17:35 GMT | 5 |
My problem starts with wanting " " to actually appear that way in the output rather than an actual encoded 0xA0 byte in the output stream. I thought a way to solve this would be to select us-ascii or iso-8859-1 as the output encoding, and so used this line in the
|
| Application Forum like phpBB ? | 10 Jun 2004 16:55 GMT | 2 |
I search an application forum like phpBB but...for asp.net ?? And the same with xml ?? Thankx
|
| Output escaping with XSL | 10 Jun 2004 15:51 GMT | 4 |
I'm transforming some XML to HTML but the via XslTransform and a StreamWriter, but I can't get it to obey <xsl:text> escaping rules. I have a statement <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
|
| Write XML and simulataneously verify | 10 Jun 2004 07:38 GMT | 2 |
I have a XSD and an app. that gives some output which I need to be formatted in XML format(schema being a pre-defined XSD). I know how to write an XML file using XMLTextWriter and also to validate it using using XMLValidator. But is there a way to validate simulatenously as the ...
|
| xsd.exe and XmlType? | 09 Jun 2004 22:15 GMT | 2 |
I have a relatively simple xsd which I am turning into a class using "xsd.exe". I then create a collection of these classes. I have run into one minor problem. When serializing my collection, I would like the names of the elements to be different from the class name as
|
| Creating a XML file containing nodes with namespaces | 09 Jun 2004 22:12 GMT | 1 |
I'm having the following problem I want to create a XML document like <?xml version="1.0" encoding="utf-8"?> <RedlineXML
|
| XmlSerializer | 09 Jun 2004 16:55 GMT | 1 |
I'm having a basic problem with the XmlSerializer & i'm at my wits end trying to sort it out i have a basic clas <Serializable()> Class Tes
|
| System error when loading xml document | 09 Jun 2004 16:28 GMT | 1 |
When I load an XML document using the LoadXml function, I get a "System error" exception raised. What causes this? the XML document is valid. Regards
|
| Xsl extension function and type coersion in .Net? | 09 Jun 2004 16:11 GMT | 2 |
Hi.. I have a c# class that i'm using to implement some extension functions and one of those functions is a simple push/pop stack. I made the c# code fairly generic, taking and returning objects - i.e public void push (object val { stack.Push (val)
|
| tool to convert text to XML | 09 Jun 2004 13:43 GMT | 3 |
Can any one please let me know if there is any open source tool which converts text into XML... regards, Praveen
|
| Build up xpath dynamically in xslt | 09 Jun 2004 13:10 GMT | 2 |
After a bit of research I think what I'm trying to do with xslt can't be done, but someone may have some pointers. I have 2 sections in my xml - 1 with properties the 2nd with image path data each property can have more than 1 set of image path nodes
|
| XML as a database that can be written to | 08 Jun 2004 22:38 GMT | 2 |
Has anyone had any luck using XML as a database that not only can be read, but also written to? What features are available in .NET to do this? I need to do all of this from a Web based application.
|
| Select Node Questions | 08 Jun 2004 20:58 GMT | 2 |
Let's say I have the following XML... <?xml version="1.0" standalone="no" ?> <DataItem xmlns="http://abc.com/xmlA"> <Status>ABC</Status>
|
| xml lists? | 08 Jun 2004 13:09 GMT | 4 |
I'm having trouble with something again. If i have, for example: <Notes> <Note>some text</Note> <Note>some other text</Note>
|
| Skip HTML Tags while searching | 08 Jun 2004 10:57 GMT | 1 |
Hello Group , I am making a search programe in which i have to make a search in an HTML document .Now i am having entire html code in a field of table where i search.Now my issue is that i want to avoid searching of html tags like
|