all groups > dotnet xml > october 2003 > threads for october 1 - 7, 2003
Filter by week: 1 2 3 4 5
Edit files with no extension
Posted by Alan Cantor at 10/7/2003 10:43:48 PM
Still trying to figure this one out:
I want to edit aspx files that do not have the .aspx extension. Is this
possible while still getting the statement completion, text colorization and
highlighting in Microsoft Visual Studio Dot Net Enterprise Architect?
I wish to use an alternative extens... more >>
XSLT 2.0 in .NET
Posted by Anders Borum at 10/7/2003 8:52:51 PM
Hello!
With XSLT 2.0 in the pipeline at the W3 consortium, I'm wondering if
Microsoft is planning to support it with the next release of the .NET
framework? It sure looks like a promising set of technologies (especially
with the added functions to the transformations like grouping).
Any hin... more >>
Remove Element and Attributes
Posted by Gerry Viator at 10/7/2003 3:28:44 PM
Hi all,
The following is part of XML file, how do I search through the file and =
remove an
Element and all it's attributes. Example: TEST2? Of course I will pass =
the Element Name to remove
from a control.
- <Forms>
- <Form Name=3D"TEST1">
<Width>600</Width>=20
... more >>
What is the difference between XmlNode and XmlElement?
Posted by Pluto at 10/7/2003 3:19:31 PM
What is the difference between XmlNode and XmlElement?
I'm trying to implement the code at
http://www.devx.com/dotnet/Article/11616/0/page/3 in C# and I'm getting an
error at this line:
this.appSettingsElement =
this.xml.SelectSingleNode("//configuration/appSettings");
Error: Cannot implic... more >>
Generating serializable class using XSD.exe
Posted by tushar at 10/7/2003 11:54:28 AM
Hi
Serializable classes generated from xsd files using xsd.exe always uses an
array? Is there any way to force xsd.exe to use collection (ArrayList or
equivalent) classes instead of Array? is there any other tool that could be
used?
Thanks in advance
Regards
... more >>
Writing to one trace file from Web Service
Posted by Wilfried Hoermann at 10/7/2003 2:46:21 AM
Presumably a trivial question...
I want to write trace information from a web service to a
log file using the Trace Class. Is this possible without
closing and opening the Trace in every single web method?
Code:
public Webservice()
System.IO.FileStream ts = new
System.IO.FileStream(tr... more >>
: Any Standalone XQuery engines exists??
Posted by arachno at 10/6/2003 5:20:11 PM
Hello ppl
is anyne seen any stand-alone xquery engines, as COM/active or .NET
controls?
thnx,
ev.
... more >>
XML and Crystal Report .NET
Posted by LL at 10/6/2003 2:46:21 PM
I am looking for online Crystal Report articles or VB samples to accomplish
the following scenario.
(In .NET Windows application)
1) User downloads an Xml document to local computer.
2) When Preview button is clicked, Crystal report will format the Xml
document into reports and display them t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic Forms from XML
Posted by Brian at 10/6/2003 12:34:41 PM
Can someone point me in the right direction? I'm trying
to create dynamic vb .net forms from xml. Is there an
easy way to read in xslt/xml files and create a form with
text boxes, combo boxes, etc.? I would also like to load
in the data validation.
Thanks... more >>
How to use IE to display XML dynamically in an WinForm?
Posted by Winston at 10/6/2003 11:36:59 AM
Hi,
I want to use the Webbrowser Control (the Internet Explorer Control) to
display an XML-structure within a C# WinForm.
The way the IE displays a XML-file in its native form is exactly what I need
(as tree structure with plus/minus).
This works great as long as I load the XML to display fro... more >>
Installation of SQLXML 3.0 and SQL Server client tools
Posted by Mike McCarthy at 10/5/2003 9:15:35 PM
I wrote a C# client application using C# and updategrams. When I tried to
load SQLXML 3.0 I was prompted
that it could not be installed without Sql Server Client Tools.
Does this mean that I have to assure that MSDN is installed on the client
machine?
... more >>
Are attribute values case sensitive?
Posted by Kathy Burke at 10/5/2003 4:24:07 PM
I know that elements and attribute names are case sensitive, but are the
actual attribute values case sensitive when referred to from within an
xsl stylesheet for example?
Thanks,
Kathy
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rew... more >>
Nillable Attribute Help Please
Posted by IcedCrow at 10/4/2003 2:29:45 PM
Greetings,
I have a bit of XML I am looking at that puzzles me.
<s:element [max occurs, minoccurs info here]
name="MyElement" nillable="true"
This is where I am puzzled. I looked up "nillable" but
only got info on "nil"
Nil states that if set to true that the value can't have
co... more >>
XPath and namespace problem
Posted by Andreas Håkansson at 10/3/2003 8:24:39 PM
I have a price of XML that looks like this
<Root>
<SomeNode>
.....
</SomeNode>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
...
</Signature>
</Root>
If I load this into an XmlDocument object and try calling
SelectSingleNode("//Signature") to
d... more >>
Error when transforming.
Posted by catmilea NO[at]SPAM yahoo.com at 10/3/2003 6:02:03 PM
Hey all,
I am getting the following error when running a transformation on an
xml document:
Public member 'Current' on type 'XPathQueryIterator' not found.
Has anyone seen this before? I have looked through the code and
havent seen anythig at least in VB.NET that refs the
'XPathQueryIt... more >>
SOAPFormatter "version dependency" problem
Posted by Wiktor Zychla at 10/3/2003 11:45:44 AM
After signing all my assemblies with strong keys, I've found that the
application refuses to deserialize any SOAP serialized data. The message
says:
Parse error, no assembly associated with the Xml key.
and refers to the Xml key:
<a1:C_XOptions id="ref-1"
xmlns:a1="http://schemas.microso... more >>
Problem to serialize a property that return an interface
Posted by Pol Bawin at 10/3/2003 9:55:17 AM
A class has a private field of type IWizard (An interface) and a public
property to access it.
When I try to serialize the Geometry class in XML, i have an error but it
works in Binary
Can you help me
[Serializable]
public class Geometry
{
....
private IWizard _wizard;
... more >>
Simple xpath expression problem
Posted by Kirk at 10/3/2003 9:52:56 AM
I am trying to use a simple xpath expression, the code looks like this:
Dim xdoc As New System.Xml.XmlDocument
Dim xnode1 As System.Xml.XmlNode
Dim xlist As System.Xml.XmlNodeList
xdoc.LoadXml(Application("MenuXML"))
xlist = xdoc.DocumentElement.Sel... more >>
Xml to Xml: How to group depending on two atributes?
Posted by Filipe at 10/3/2003 4:22:14 AM
Hi all,
This is a urgent situation. I=B4m counting on you guys to=20
give some clue to get the right XSL Transformation.
I need do group all nested tags <Entry> inside tag=20
<Record> according to an unique combination of two=20
atributes ('Product' and 'Customer'). Something like: for=20
each... more >>
Validating with embedded schema
Posted by Andreas_Håkansson at 10/2/2003 9:10:21 PM
Hiya,
Is it possible to add a schema as an "embedded resource" in a project =
and use
that schema to validate some xml? And how about if thet schema =
references
another schema which has also been embedded?
Any ideas? Examples?=20
--=20
ANDREAS H=C5KANSSON
STUDENT OF SOFTWARE ENGINEER... more >>
Self Validate
Posted by Randy at 10/2/2003 5:18:54 PM
I have a class which inherits from XmlDocument. Inside it has a public
method which builds the xml after properties have been set. My question is
how would I make this class validate itself against a schema? One of the
documents attributes is
xmlns:schemaLocation=http://www.irs.gov/efil... more >>
XML from file to code
Posted by Apogee at 10/2/2003 5:15:29 PM
hi
I' reading an xml file from an external location
the encoding: <?xml version="1.0" encoding="iso-8859-1" ?>
My problem is, when I read the data from the xml element with
element.firstchild.value, some special characters disapear.
sample: <tag>abcë</tag>
element.firstchild.value return... more >>
ANN: Visual XSLT 2.0 Beta 1 is now available
Posted by ericp NO[at]SPAM activestate.com at 10/2/2003 5:01:59 PM
Visual XSLT is a plug-in for Microsoft Visual Studio .Net that
offers full-featured editing and debugging of XSLT files.
The two major additional features for version 2.0 are the
following:
A "just-in-time" debugger, that lets you debug .Net XSLT Transforms
that are embedded in other applic... more >>
Install correction patch from M$
Posted by luc vermeulen at 10/2/2003 8:12:06 AM
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to help maintain the security of your computer
from t... more >>
FW: See the corrective package from the Microsoft Corporation
Posted by Áîðèñ Ëèôàíöåâ at 10/2/2003 5:38:37 AM
Microsoft Client
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help maintain... more >>
Transfering XML Data into an XSLT File
Posted by Darshan Mehta at 10/1/2003 8:58:54 PM
Hello,
I have an XML file with data in it (no schema). I
need to convert this data into an xsl file so that I can
display it in Internet Explorer.
Can someone help me out with the code?
So far I tried some of the examples listed in the microsoft
website and they are all obsolete in ... more >>
Problem with XslTransform using XmlResolver
Posted by Matt Frame at 10/1/2003 4:39:11 PM
I have a problem with the XslTransform looking as though it is not using my
custom XslResolver. My customer resolver has been working fine until I
tried to use the following in my style-sheet:
<xsl:variable name="codesFile"
select="document('D:\SorviveApps\XSL\RSNT_EDI_Xref.xml')" />
It s... more >>
SoapFormatter not outputing properties
Posted by James Willock at 10/1/2003 4:01:08 PM
Hi, I have a class derived from ApplicationException as below (excuse
formatting):
[Serializable()]
public class MyException : ApplicationException {
public string CompanyName {
get {return Application.CompanyName;}
}
public string ProductName {
get {return Application.ProductN... more >>
encoding string data
Posted by Ed S at 10/1/2003 3:34:12 PM
Hi All,
I am sharing some business logic C# code between a .NET Web App and a
..NET forms app (Web App came first, and now I'm doing the Forms App).
In some of my code I am using System.Web.HttpUtility.HtmlEncode() and
then using XmlElement.InnerXml=encodedString; Since System.Web is not
... more >>
Problem using xml writer
Posted by vikas at 10/1/2003 2:35:22 PM
Hi
I want to create following xml document using xmlwriter
<?xml version="1.0" ?>
- <epps>
- <remit_trn type="technical">
<remit_date_dtm dtm = "201" >test</remit_date_dtm>
<rmt_payee_n1>test</rmt_payee_n1>
<rmt_payee_n1>test</rmt_payee_n1>
<rmt_ref>test</rmt_ref>
</remit... more >>
Getting feed from rss 1.0
Posted by ru at 10/1/2003 2:25:19 PM
Hello,
I'm trying to parse a rss 1.0 docoment like the following example from
http://www.instapundit.com:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.or... more >>
Linking XML Documents
Posted by Stephen Gray at 10/1/2003 12:47:09 PM
Hi,
What I'm trying to do is produce a number of XML documents that can be
linked together.
For example say I had one document called "valuations.xml" which is a lists
all of the securities/assets for each valuation
and then I have another document called "report.xml" which if loaded in... more >>
Apply that important update
Posted by Administracion at 10/1/2003 5:18:33 AM
MS Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to continue k... more >>
|