| Thread | Last Post | Replies |
|
| XPATH 1.0 select a certain set of attributes and concat them. | 30 Jul 2007 18:15 GMT | 1 |
I have a the following xml node. <doc tag1="a" tag2="b" tag3="c" docTag1="d" docTag2="e"/> I would like to output "abc" I have the following XPATH2.0 so far
|
| newlines with XmlTextWriter | 30 Jul 2007 16:11 GMT | 3 |
I would like to use an XmlTextWriter to format the XML so that each element (or end element) appears on a new line, regardless of newlines in the original document. The effect I'm looking for is something similar to XMLSpy's pretty print.
|
| FileStream and XmlTextReader Question | 28 Jul 2007 20:26 GMT | 2 |
It is my understanding that I can create an XmlTextReader from a variety of sources, including a stream object. I am developing a web application that reads some data from an Xml file. Everything works fine if I use the XmlTextReader to open the file (i.e. pass it the file name):
|
| tag position | 26 Jul 2007 18:50 GMT | 2 |
I need to know a way for knowing tag position in a xml like this: <AAA> <BBB> <CCC>
|
| performance: StringBuilder vs StringBuilder & XSLT | 24 Jul 2007 15:46 GMT | 3 |
im having a discussion w/ one of my associates, and we're are trying to get a consensus on a possible performance scenario. we're working a/ 3-rd party component that produces PDFs using "XML-FO", a verbose description & layout doc. it can accept either:
|
| XML serializer question | 24 Jul 2007 13:49 GMT | 1 |
To deserialize the xml string, I need the attribute set to null if it is missing in the xml stream, instead of seeing 'System.NullReferenceException occured'. I tried setting XMLAttributeElement(IsNullable=true or false), but I could
|
| Hpw to know level tag position | 23 Jul 2007 16:06 GMT | 4 |
I need to know a way for knowing tag position in a xml like this: <AAA> <BBB> <CCC>
|
| xpath question with namespace | 19 Jul 2007 17:24 GMT | 6 |
Hi; If I have the xml: <?xml version="1.0"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
|
| response.writing out UTF8 XML. How? | 19 Jul 2007 16:46 GMT | 3 |
I was having issues before with my XML being sent to the browser as UTF16. Via my XmlTextWriter, was able to fix this by explicitely setting the encoding to UTF8: Dim objX As New XmlTextWriter(Response.OutputStream, Encoding.UTF8)
|
| Using XPath to read VS 2005 csproj files | 19 Jul 2007 12:56 GMT | 1 |
I am loading a VS2005 csproj file into an XPathDocument then am creating an XPathNavigator. I am trying to use XPath to pull the Include attributes from the EmbeddedResource Element of the ItemGroup Element. For some reason I cannot get the XPath syntax right to pull
|
| annotated schema and bulk loading into multiple tables... | 18 Jul 2007 16:38 GMT | 2 |
I'm trying to get XML data loaded into a set of tables using bulk load. The child tables also have an XML column where I want to store portions of the XML. So far the I've got it correctly inserting data into the parent, and able to
|
| Child elements cant have the name | 18 Jul 2007 13:06 GMT | 1 |
I need an article(Page URL) that shows that child elements on the same level cant have the same name(Validation is illegal...).... for example :
|
| MSXML6 SP1 broke my SAXWriter | 18 Jul 2007 02:46 GMT | 1 |
I upgraded my application from MSXML4 to MSXML6, and everything was working fine. My project uses MXXMLWriter60, SAXContentHandler and XMLSchemaCache60, etc. Then I installed MSXML6 sp1. The XML document generated from my application
|
| Outer and innerXML | 17 Jul 2007 11:50 GMT | 2 |
What is the differnce between outerXML and innerXML.
|
| Open XSD in code / source view instead of designer - 2005 | 13 Jul 2007 19:23 GMT | 1 |
I never use the designer to work with my XSD, and it hangs for a few seconds when opening so I have to wait before I can switch to code view. How can I change the default to open the code / source? I searched on here and saw a post which seemed to answer my question,
|