all groups > dotnet xml > january 2005 > threads for january 1 - 7, 2005
Filter by week: 1 2 3 4 5
XML Question
Posted by BCC at 1/7/2005 4:46:39 PM
Hi,
I have a project in vc++ .net 2003, and I need to read in a file of
initialization parameters in xml, parse the file and then apply the
parameters to the correct variables/objects.
I know squat about reading XML in using C++, and am having difficulties
finding how to do this. I foun... more >>
Need some basic help
Posted by AGB at 1/7/2005 12:53:28 PM
Hi all,
I have the following simple XML file. I would like to load all the
values in the Name nodes into a drop-down list box:
<?xml version="1.0" encoding="utf-8" ?>
<OutlineCodeNames>
<OutlineCodeName>
<UID>23423523</UID>
<Name>Contract</Name>
<K234432344/>
</OutlineCodeName>
<Outli... more >>
for Dino Dataset merge
Posted by John Smith at 1/7/2005 12:28:46 PM
This thread started before xmas. Sorry I have just got back.
Yes, I have javascript on the client to manpulate the xml so there are no
server pulls for add, change and delete rows.
I have a commit button to send it all back to the server.
Is there an example of how to handle this?
doing a... more >>
Removing xmlns="" from XmlTextWriter output
Posted by Keith Hill at 1/7/2005 11:11:48 AM
I am creating an XmlDocument in code and then using XmlTextWriter via
doc.WriteTo(xwriter) to output the result to a text box. I have a root
element that defines a default namespace. However, the sub-elements are
created without any namespaces like so:
XmlElement elem = doc.CreateElement(... more >>
Document Validation
Posted by Kent Ogletree at 1/7/2005 10:17:56 AM
I am porting a Java XML Validation class over to C# and I am having a
problem finding exactly what I need to acomplish the task.
First I need to test for well formedness. I know this is usually something
that does not need to be done, however in this case it is required. Is the
best way to ... more >>
general questions.. please help
Posted by foria88 NO[at]SPAM yahoo.com-dot-sg.no-spam.invalid at 1/7/2005 3:55:48 AM
can i know normally do people convert text files to xml format?
how can we do to convert data from text files to xml? is it possible?
to generate xml from jsp is it done automatically or manually?
thanks in advance!
appreciate if there are any links helpful...
thanks all of u!
jeremy
... more >>
XmlResolver -- Any improvements in the works?
Posted by Bennett Smith at 1/6/2005 4:57:31 PM
Could anyone within Microsoft comment on the status of the XmlResolver
class in upcoming versions of the .NET framework? I am particularly
interested in hearing about any improvements in how PUBLIC and SYSTEM
entity references are handled.
My hope is that improvements have been made that woul... more >>
cannot load schema for the namespace
Posted by Pet Matrix. at 1/6/2005 4:05:05 AM
Hi,
I am trying to validate an XML file using the XmlValidatingReader and
XmlUrlResolver.
The code for which goes like this:
// Read the XML file.
XmlTextReader xmlReader = new XmlTextReader( _PathToXMLDoc);
XmlValidatingReader valReader = new XmlValidatingReader(xmlReader);
valReader.Val... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using XPath function lang() does not work in XPathNavigator
Posted by Alexander Gräf at 1/5/2005 7:39:23 PM
Hello,
I'm stuck with a simple problem, for which I don't have a solution. I
basically have an XML file containing fragments of plain text and html, in
several languages:
<?xml version="1.0" encoding="UTF-8" ?>
<ms:Locales xmlns:ms="urn:myspace" xmlns="http://www.w3.org/1999/xhtml">
<ms... more >>
The operation has timed-out ; HttpWebResponse.GetResponse()
Posted by laks at 1/5/2005 3:18:14 PM
Hi all
I have the following piece of code for retrieving some info from an
external url. I receive an error - "The operation has timed-out" at
GetResponse() line. I have tried extending the time out duration. I
dont have any SETI etc on my computer. Anything wrong in code? how can
i resolve m... more >>
Binary data question...
Posted by Luis at 1/5/2005 3:08:42 PM
Hi all,
Happy new year :))
I need to save a FILE (doc, zip, pdf...) into XML. ¿Can I save this? I find
in google some examples, and use binary node... this is the best solution??
and can I save everytypes of files?...
Thanks...
PD.: Sorry for my english... :)
... more >>
Amazon Web Service Merchant Integration
Posted by David Specht at 1/5/2005 12:51:01 PM
I'm having a problem with generating a proxy class for the Amazon Web Service
for Merchant Integration.
Per their instructions I installed WSE 2.0 and referenced the dime version
of their web service.
Using VS 2003 I end up with a missing location property for their
ReferencedBinary obje... more >>
SOAP Client SDK
Posted by Ioska at 1/5/2005 11:47:06 AM
Hi
On a custom tailored XP installation, the following vbs script did not execute
dim SOAPClient
set SOAPClient = createobject("MSSOAP.SOAPClient30")
on error resume next
SOAPClient.mssoapinit("http://www.xmethods.net/sd/CurrencyExchangeService.wsdl")
if err then
wscript.echo SOAPCli... more >>
xml transformations
Posted by Chris at 1/4/2005 6:33:01 PM
I am doing a little research into the xml web server control and in
particular the ability to do transformations with it. However all's I can
see is the ability to feed in from an actual xml file. This doesn't seem
very scalable if you want have a high volume dynamic web page like a product
cata... more >>
XmlDocument.ReadNode() breaking - why?
Posted by Mark at 1/4/2005 2:53:01 PM
Hi...
A colleague just referred this question to me. He's getting an xml file
from another party, which he's trying to process into another dom using an
XmlTextReader and XmlDocument.ReadNode(). The problem is that it's breaking
and he doesn't understand why. I didn't exactly either, whi... more >>
Simple XML & XSD Question
Posted by Mark Jerde at 1/4/2005 12:21:24 PM
We have developed about 80 XML documents, each probably 150 lines long, that
are all supposed to conform to a schema. My understanding is the way to
show that an XML document conforms to a schema is to include a reference to
the XSD in the XML document, and check that it is valid.
Some other ... more >>
Stripping Namespace
Posted by Barry at 1/4/2005 12:08:50 PM
A buffer containing an xml document with a default namespace is fed to
an XmlValidatingReader. The reader loads a schema targeting the same
namespace, and is passed to an XslTransform. Because XslTransform does
not implement XSLT 2.0, I cannot target the default namespace. The xslt
is long a... more >>
InvalidCastException upon serializing IXmlSerializable class
Posted by mattoc NO[at]SPAM tiscali.co.uk at 1/4/2005 8:10:23 AM
Happy new year to all.
I have a strange error that I've been trying for a while now to
fathom..
Basically I have a hierarchy of state classes that I need to serialize
to XML. Some of them can contain Exceptions, so I've decided to
implement IXmlSerializable to get round the fact that Except... more >>
XML Serialization
Posted by Michael K. at 1/4/2005 3:01:03 AM
Hello
I am trying to serialize some data to an XML-file and most of it works fine.
But I do have a problem with to elements. Below is some of the code
generated with XSD.exe attached. My problem is the two elements
EventReasonEquipment and EventReasonWeather. In the generated XML-file I on... more >>
Passing parameters
Posted by DagoFlores at 1/3/2005 9:13:24 PM
Hello, I am trying to pass a parameter through C# using a
XsltArgumentList class to a xsl:param element, but I dont know if it is
possible to do. And also I am trying to get the count of this node
too, that has as name the value of the parameter.
The "DateElementName" value is the name of a s... more >>
General Web Services Question
Posted by Dacuna at 1/3/2005 1:49:01 PM
Can a Web Service return a dataset? If so, what are the limitations of a Web
Service when you compare it to a DCOM DLL?
--
Thank you for your help... more >>
SelectSingleNode() doesn't work! (bug?)
Posted by andreabilli NO[at]SPAM iperbole.bologna.it at 1/3/2005 10:55:29 AM
Hi all!
I have been dealing with a really strange problem with this xml file:
<?xml version="1.0" encoding="UTF-8" ?>
<FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
<ERRORCODE>0</ERRORCODE>
<PRODUCT BUILD="03-05-2004" NAME="FileMaker Pro" VERSION="7.0v1a" />
<DATABASE DATE... more >>
XML/XSL
Posted by mmgarciaiii at 1/3/2005 9:53:09 AM
Hi everyone,
I am performing an XSL transformation on IIS 5 with a dot net application
and I am getting the following error message:
This is an unexpected token. The expected token is 'WHITESPACE'. Line 2,
position 62.
Error Dump: System.Xml.XmlException: This is an unexpected token. Th... more >>
XML/XSl
Posted by mmgarciaiii at 1/3/2005 9:53:05 AM
Hi everyone,
I am performing an XSL transformation on IIS 5 with a dot net application
and I am getting the following error message:
This is an unexpected token. The expected token is 'WHITESPACE'. Line 2,
position 62.
Error Dump: System.Xml.XmlException: This is an unexpected token. Th... more >>
HOWTO: Read Html File with XML classes?
Posted by alejandro lapeyre at 1/2/2005 1:18:24 PM
How can I load / parse an HTML file with .NET?
Thanks!
Best regards,
Alejandro Lapeyre
... more >>
Parse sub elements with namespace
Posted by Jack Colletta at 1/2/2005 5:39:03 AM
How can I parse the component elements per partList in the following xml
file? If I remove the namespace section of the xml my code works. I am not
sure why the namespace section impacts my code? Of course when I remove the
namespace I section I change the selectnode reference accordingly.
... more >>
What up with this?
Posted by ByteMe at 1/1/2005 11:53:02 AM
try
{
XmlTextReader SettingsReader = new XmlTextReader("settings.xml");
while (SettingsReader.Read())
{
switch (SettingsReader.NodeType)
{
case XmlNodeType.Element:
string test=SettingsReader.Value;
RememberSetting(SettingsReader... more >>
SOAP Extension error-Value cannot be null
Posted by David C. allen at 1/1/2005 7:41:04 AM
I have created a simple Client-side SOAP Extension for a webclass that I
have. When I apply the extension attribute to the the calling function in the
proxy class I get an error 'Value cannot be null'. When the extension
attribute is not applied it runs fine. The wierd thing is that it does no... more >>
|