| Thread | Last Post | Replies |
|
| XML Serialization of CollectionBase and FXcop | 29 Aug 2005 21:44 GMT | 1 |
I have an object which has a collection in it which I serialize using the XmlSerializer. According to FXCop, it is a bad practice to include the set accessor on the collection because it could result in non-type safe behavior. Fine. So I remove the set accession. The ...
|
| Making portion of a page anti-spider/bot | 29 Aug 2005 14:08 GMT | 2 |
I wish for this area to be encode so a spider/bot can not capture/scrape anything useful from the webpage(s). Only someone that renders and loads the page can see what text is there. Here is the xslt snippet, it is part of a asp:xml tag:
|
| "the data at the root level is invalid" "line 1, position 1." | 29 Aug 2005 10:36 GMT | 7 |
Hi, i have a problem validating xml against schema. I used http://apps.gotdotnet.com/xmltools/xsdvalidator/Default.aspx validator and it says it is fine. Can you tell me why this doesn't work? Thanks!
|
| xml to excel | 26 Aug 2005 21:25 GMT | 1 |
can anybody tell me how to transfer xml data to an excel template (worksheet) using asp.net ?
|
| How to ignore namespace in XMLDocument | 25 Aug 2005 17:52 GMT | 1 |
I have this XML file that I need to parse. <property> <name>some name</name> <value>some value</value>
|
| XmlReader and recursive descent parsers | 25 Aug 2005 08:30 GMT | 6 |
I just wrote my second method that reads an XML stream with XmlReader and spits out a instance of an object that represents the XML stream. In effect, this was a simple recursive descent parser that uses the XmlReader as a tokenizer.
|
| URI formats are not supported | 24 Aug 2005 17:37 GMT | 2 |
I am trying to use the XslTranfrom object and I am getting an unhandled expection. URI formats are not supported Exception Details: System.ArgumentException: URI formats are not supported.
|
| XmlTextAttribute() in base class breaks serialization? | 24 Aug 2005 16:39 GMT | 1 |
Is it possible to mark a base class member with XmlTextAttribute and serialize a derived class? When I attempt to do so I get this error: There was an error reflecting type '[type name]'. ---> System.InvalidOperationException: Cannot serialize object of type
|
| Combining xpaths or running multiple search criteria | 24 Aug 2005 10:53 GMT | 2 |
One of the less documented features of xpath is how to run multiple search on nodes or attributes e.g <Book name="Harry Potter" price="10GBP"/>
|
| Nested schemas | 23 Aug 2005 20:27 GMT | 1 |
I have a schema that references a child schema via a "xs:import" node. In that child schema it references several other grand children schemas. Is there an object in the VS 2K5 suite which will allow me to consolidate all the nested schemas into one giant schema?
|
| XSLT reference? | 23 Aug 2005 17:49 GMT | 2 |
Once, I happened on a fairly complete set of xsl: language element docs in VS.2003. I can't find it again - can anyone tell me how to navigate to it from either the Contents or the Index?
|
| is it possible to install multiple copys of the same .net web service on the same computer but with different service names specified durring instalation? | 23 Aug 2005 13:59 GMT | 1 |
is it possible to install multiple copys of the same .net web service on the same computer but with different service names specified durring instalation?
|
| HTML Output in XSLT | 23 Aug 2005 08:46 GMT | 3 |
Hello there! I have a couple of questions about generating HTML using an XSLT Stylesheet. I use the System.Xml and System.Xml.Xsl namespaces and a XslTransform object to make the transformation, as follows:
|
| relative import path in public schema | 23 Aug 2005 08:13 GMT | 2 |
I'm using a public set of schemas for GML, avaiable at www.opengis.net/gml. They all include or import each other but live in a folder hierarchy, so the import statement includes schemaLocation="../xlink/xlinks.xsd". I've written a schema that imports the top level one using
|
| XmlNode and read as BinHex | 23 Aug 2005 04:51 GMT | 6 |
I'm processing a document using XmlDocument and I have an XmlNode whose value is stored as a binhex encoded string... How can I get this string converted back to a byte[]... XmlConvert has some internal methods but is there no public .net framework
|