Cannot Switch to Unicode Error
Mon, 21 Jul 2008 16:59:34 -0400
I made an XML document "by hand" and wrote it to a file.
I then tried to read it with an XmlTextReader wrapping a FileStream. I
got an XmlException about "cannot switch to Unicode" or something.
Changing the from this:
<?xml version="1.0" encoding="utf-16"?>
to this
<?xml version="1.0" encoding="utf- ...
|
XmlSerializer: deserialize against xsd generated class
Mon, 21 Jul 2008 10:33:02 -0700
Hi,
I have a schema that has an optional element, fieldTag4000Field. If the
element is omitted from the XML request, when it is deserialized, it will be
null when I check it - which is fine.
What happens when the element is supplied as <fieldTag4000Field/> (empty),
it does not equate to null. I want to ...
|
Why does this XPath not work
Sun, 20 Jul 2008 21:45:04 -0600
This XPath works fine:
/order/customer[(./address/@zip = 80302) and
(starts-with(./name,'J'))]
But this XPath :
/order/customer[(./address/@zip = 80302) and (ends-with(./name,'J'))]
ends-with() is standard XPath but I get the error: Namespace manager
or XsltContext needed.
??? - thanks - dave
david@a ...
|
see for dotnet visitors
Sat, 19 Jul 2008 21:53:04 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
How to write APOSTROPHE into an XML SelectNodes statement????
Thu, 17 Jul 2008 20:49:52 -0700
Ok, I've looked for an answer for this, because I'm sure it's been
asked a thousand times... but no luck... so here goes.
Imagine I want to create a NodeList based on an XPath statement. The
'query' portion of that statement wants to search for the following
value:
Joe's Garage
...now please note the AP ...
|
Add to an XML node
Thu, 17 Jul 2008 05:07:06 -0700 (PDT)
I have a web service that returns me an XmlNode ojbect. Here is an
example of the outerXML:
<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet>
<Table>
<ID>123</ID>
<TheName>Bob<TheName>
</Table
<Table>
<ID>124</ID>
<TheName>Barry<TheName>
</Table
<Table>
<ID>125</ID>
<TheName>Beth<T ...
|
Cannot get datagrid to display data
Fri, 11 Jul 2008 14:43:01 -0700
Hi, I have an XML file that I was hoping to use as a database
Here is the code that I have copied that should display the data
namespace File_Generation_System
{
public partial class vrholds : Form
{
public vrholds()
{
InitializeComponent();
XmlDataDocumen ...
|
|
|
Dotnet Developer looking for project.
Fri, 11 Jul 2008 07:20:24 -0700 (PDT)
Hi Greetings
looking for dotnet develope project with sharepoint. please let me
know how my resume should be like we have to add any more skills.
Jagadeesh
satish@globalinfotechinc.com
217-241-2015
SUMMARY
* Over Seven years of experience in analysis, design, development,
testing and maintenance of ...
|
Invalid Name Character
Thu, 10 Jul 2008 16:00:01 -0700
Hi All,
I am facing an issue in the XmlTextWriter class in the dotnet 2.0.
This is the sample code
Actual XML is like this
<Name>詳細ä»?æ§?ã«</Name>
code:
strvalue = "詳細ä»?æ§?ã«"
public override void WriteString(string strValue)
{
int intPstn;
if(strValue.IndexOf(" ...
|
XML XSL PDF
Thu, 10 Jul 2008 00:08:04 -0700
Hi
Can someone give me some general "where to start looking" advice please.
I AM : a dot net developer, good knowledge of xml / xsl transformation into
html.
I WANT : To produce PDF docs from xml feeds. Large numbers of files and some
very large.
Questions: I have heard of XSL-FO but know little abo ...
|