all groups > dotnet xml > september 2003 > threads for september 1 - 7, 2003
Filter by week: 1 2 3 4 5
XML Transform Problem
Posted by B Johnson at 9/7/2003 8:37:24 PM
I am trying to transform an xml document using an xsl
document into HTML.
I am getting the following error:
"There are multiple root elements in the output XML."
So I had the contents of the loaded xml document written
out on screen - copied it and placed the contents in a
physical fi... more >>
"Access denied" in loading xml file.
Posted by Darren Lew at 9/7/2003 11:26:24 AM
Hi there,
I have this problem which is really driving me nuts for a couple of
days. Glad if any help or suggestion is given
Javascript will give me a pop-up error "Access is denied" when i try to
load a simple xml file, which is in the server machine itself. The
script is within a JSP page ... more >>
Adding SchemaReference in the XML file generated by Serialization
Posted by Manoj Shirahatti at 9/6/2003 3:19:46 PM
Hello all,
How do i add the schema reference in the XML file generated by XMl
Serialization.
My generated XMl file should have the following attribute in the Root
Element.
<Root Element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="Dummy.xsd">
I w... more >>
Xml & Transform
Posted by Demetri at 9/6/2003 7:37:59 AM
I need to know how to perform the following:
I have a dataset with some data in it and I want to use
the datasets GetXml() method and then use a helper
stylesheet (xsl document) that formats the xml into a new
xml document (the xsl doc added new tags and such).
Any clue how to do such a ... more >>
Help: 'xsl' is an undeclared namespace
Posted by Dominik Amon at 9/6/2003 1:18:15 AM
Hi
The Transform engine seams to fool me, first it says:
'xsl' is an undeclared namespace.
but if i change it to
<stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
this error message appears:
The wrong namespace was used for XSL. Use
'http://www.w3.org/1999/XSL... more >>
Create XML doctype problem.
Posted by Markov Alex at 9/6/2003 12:43:04 AM
I'am trying to create doctype definition for XML file that
I build, named "PMMLdoc" with following order:
XmlDocumentType doctype = PMMLdoc.CreateDocumentType
("PMML", null, null, ".\\pmml_v2_0.dtd");
PMMLdoc.AppendChild(doctype);
And this is error:
"
....
An unhandled exception of t... more >>
Item has already been added. Key in dictionary:"winbootdir" Key being added: "winbootdir"
Posted by microsoft at 9/5/2003 7:59:07 PM
When I create a instance of web services proxy in winform, I get the
exception.
Stack Trace:
System.ArgumentException: Item has already been added. Key in
dictionary:"winbootdir" Key being added: "winbootdir"
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
add... more >>
.Net Client calling Apache WebService: Problem with NULL-Values
Posted by jens.schultheiss NO[at]SPAM eurobase.lu at 9/5/2003 9:03:36 AM
Hello,
i am trying to call a Apache WebService, which accepts NULL-Values for
some Parameters of a specific Web-Method. NULL-Values are mapped
within the soap-request by the .NET Client corresponding to the
following example-schema:
<ffin xsi:nil="true" />
the problem is that Apache expe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
quick Xpath question please
Posted by Kathy Burke at 9/4/2003 2:27:39 PM
I'm trying to figure out how to do an xpath that simply looks for a
unique attribute name.
For example, select the node where the name attribute is
"test1"...regardless of which element. It would point to either of the
following -- depending on which one had the attribute name (which will
alw... more >>
Xslt extension objects low performance
Posted by Diego Rivero at 9/4/2003 1:32:12 PM
Hi.
I'm working with the XsltTransform class and I found that invocations to
extension objects are extremely time consuming in contrast to invocations to
embebed code using "msxsl:script" tag.
The questions are:
- Why there is such a difference?
- There is some ... more >>
Text to XML
Posted by Mattias Thuresson at 9/4/2003 10:33:27 AM
I want to convert a text based protocol into XML, using C#, how do I do that
in the best maner ?
Can I use XSLT in any way ? or do I have to make an parser that converts the
file manually ?
An example of the text file:
BORN ANTAL AXLAR = 220
VARMGÅNG
TJUVBROMS
TEST EFTER TÅG !!
F... more >>
minOccurs in XML Schema for Datset
Posted by leeatkinsonlincs NO[at]SPAM hotmail.com at 9/4/2003 4:43:01 AM
Hi
What effect does the presence of minOccurs attribute with columns
defining the tables for a dataset? I understand that, if it is set to
minOccurs=0, then the element does not have to appear in XML using the
XSD, but how does that effect the dataset? Does it allow a dataset to
be filled wit... more >>
ExecuteXmlReader w/ Multiple result sets from SP
Posted by Mark Miller at 9/3/2003 3:00:31 PM
I have an sp that outputs multiple xml fragments w/ no root. The sp calls
individual sp's to output the correct set of data and each "type" has
different fields.
ex.:
<LEADERBOARD @Type='Rushing'>
<LEADER @Carries=''/>
</LEADERBOARD>
<LEADERBOARD @Type='QBRating'>
<LEADER @Rating='... more >>
xml to SQL
Posted by bubb at 9/3/2003 5:53:44 AM
Hey we have a project in which a company produces a XML page in reply to
actions on it's site.
I see that SQL 2000 works well with XML so Can someone point me in the right
direction,
I would like to take the XML from thier SQL and have it "post" to own sql
server (add,create, data, modifity and... more >>
anyAttribute in base classes
Posted by jlea at 9/3/2003 4:41:07 AM
Does any know how to tell xsd.exe (or Xmlserialize or Xmldeserialize) not to
read/write the "xsi:*" type attributes for complex classes that inherit from
other complex classes since after the first Serialization and subsequent
Deserialization in which a base class has the anyAttribute element the... more >>
dynamic menu
Posted by cribeiro at 9/2/2003 11:09:11 PM
Does anybody have any sample on how to build menu dinamically using xml
files?
... more >>
Why isn't MemoryStream working with XmlTextWriter?
Posted by Chris at 9/2/2003 8:48:59 PM
Hi,
I'm stumped and could use some suggestions. I'm trying
to serialize some data to an XML fragment in string form,
then deserialize it from a string back to an XML
fragment, from which I will rehydrate my class. I've
built a little Windows forms test app to see if my
approach will w... more >>
XMLSerializer and SQL Server
Posted by Harris Boyce at 9/2/2003 7:47:55 PM
Hello,
I'm trying to use the FOR XML EXPLICIT clause with SQL
Server to deserialize data from my database into a
strongly-typed collection object that I will use
throughout my application. I initially tested my design
by building a collection in code and then serializing it
to/from an ... more >>
Merge XML files
Posted by MAF at 9/2/2003 10:02:22 AM
Is there a quick way to merge two XML files
example A
<TestNode>
<Data>123</Data>
</TestNode>
<TestNode>
<Data>123</Data>
<Data>222</Data>
<Data>333</Data>
</TestNode>
<Next Data>
"Hello World"
</Next Data>
Result would be
<TestNode>
<Data>222</Data>
... more >>
Anyone on the inside know when Yukon is coming?
Posted by Baseman at 9/1/2003 6:59:59 PM
How about pricing as well? I'm really interested in the 'native' xml
capabilities. Updating at the node-level especially.
... more >>
saxon:evaluate
Posted by Christoph Putz at 9/1/2003 12:28:02 PM
Hi!
How can i do somewhat like saxon:evaluate in my xslt transformation?
I tried to write an extension object, but in my case i need some
context information (the value of an xslt-variable) to evaluate the
xpath expression.
Is there a way to get some context information into an extension... more >>
XML selectsinglenode
Posted by Jason at 9/1/2003 10:58:43 AM
Hi
I have an XML file i need to load and read the contents. Here is the top
part of the xml file.
<Research xsi:schemaLocation="http://www.rixml.org/2002/6/RIXML
http://GreenJAR/DAVCatalog/Dashboards/GreenJAR/Documents/Schemas/RiXML2.xsd"
researchID="" createDateTime="2003-07-10T00:00:00" l... more >>
Need help with xml and xsl design
Posted by Rafia Tapia at 9/1/2003 8:26:09 AM
Hi all
This is what I have in mind and I will appreciate any suggestions.
I am trying to create a xml help system for my application. The schema of
the xml file will be
<helpsystem>
<help id="unique id">
<text>text data</text>
<link
href="optional tag which ... more >>
|