| Thread | Last Post | Replies |
|
| xml namespace | 03 Apr 2005 08:09 GMT | 4 |
One of the attribute in my XML document is xml:id. how can I add this attribute to a XmlElement? I tried to use http://www.w3.org/XML/1998/namespace as name space in the SetAttribute function, but it doesn't work.
|
| wrapper class for Xml access | 02 Apr 2005 09:24 GMT | 1 |
hai iam back with a new problem.... iam working in Vb.net with backend as vb i need to create a wrapper class to retrieve and add datas to and from
|
| Loading XSL | 02 Apr 2005 01:56 GMT | 2 |
I know how to load a XSL from a file and make it do the XSL Transformations acrooss my document. Here is what I need to do. I need to load the XSL not from a file but from a string, which is stored in a sql server table. I know the XSL in the table is corret since it's
|
| XmlValidatingReader memory behaviour | 02 Apr 2005 01:11 GMT | 2 |
I need to validate a number of different XML documents against the same schema, but the behaviour of XmlValidatingReader seems to make this very expensive in memory terms. We loaded about 150 XML files via XmlDocument.Load, which took around about
|
| How to keep XSLs in Memory? | 01 Apr 2005 22:58 GMT | 15 |
I'm working on a project that uses over a hundred XLSs for transforming xml documents. The project consists of several webservices (IIS) calling a few dlls. This dlls make the business logic and are the ones that do the transformation, so the XLSs are used by these dlls. Right ...
|
| xsd:extension not inherit attributes? | 01 Apr 2005 20:56 GMT | 3 |
Does anyone know why if I create a complexType based off another complexType using xsd:extension the attributes don't seem to be inherited? Is this a bug/non-implementation in the .NET Schema editor and the XML validator? Thanks,
|
| Serializing as CData? | 01 Apr 2005 15:57 GMT | 12 |
Is is possible to tell the XML serializer to output an element's content in a CDATA wrapper? Paul
|
| obtaining the innnerText of a node via the nodeName, NOT the index | 01 Apr 2005 15:46 GMT | 2 |
hiya, I can obtain innnerText of a node as follows: <code> itemCode = currNode.ChildNodes(4).InnerText()
|
| XmlDocument | 01 Apr 2005 01:59 GMT | 1 |
I am using the XmlDocument class in my program. I fount there are no methods like GetAttributesByName or GetTagsByName, so I had to write my own (not very hard). I am a bit surprised that methods like (frequently needed) this do not exist. As I do not have much expirience I
|