我是刚接触actionscript没到一个星期的新手,请版上的高手指教:
I use following flash actionscript code, got from online, to load the "
Loading.txt" file:
var myTextLoader:URLLoader = new URLLoader();
myTextLoader.addEventListener(Event.COMPLETE, onLoaded);
function onLoaded(e:Event):void {
var myArrayOfLines:Array = e.target.data.split(/\n/,",");
}
myTextLoader.load(new URLRequest("Loading.txt"));
In "Loading.txt", the data of object in a row is (Dim1 Dim2 Dim3 OX OY OZ)
is:
60,12,9,-50,-50,50
84,12,9, 50, 50,50
Then... 阅读全帖
I need to export XML to XML by EXCEL 2010 in Win 7. I import XML file to
EXCEL 2010, then I need to make some changes and then export the changed XML
files.
I got the problem:
"Cannot save or export XML data. The XML maps in this workbook are not
exportable."
My question is simialr as
excel: Cannot save or export xml data. The xml map in this workbook are not
exportable
But, only the reasons for the problem are given there, no solutions. I am
new to XML.
Thanks
I need to export XML to XML by EXCEL 2010 in Win 7. I import XML file to
EXCEL 2010, then I need to make some changes and then export the changed XML
files.
I got the problem:
"Cannot save or export XML data. The XML maps in this workbook are not
exportable."
My question is simialr as
excel: Cannot save or export xml data. The xml map in this workbook are not
exportable
But, only the reasons for the problem are given there, no solutions. I am
new to XML.
Thanks
I need to export XML to XML by EXCEL 2010 in Win 7. I import XML file to
EXCEL 2010, then I need to make some changes and then export the changed XML
files.
I got the problem:
"Cannot save or export XML data. The XML maps in this workbook are not
exportable."
My question is simialr as
excel: Cannot save or export xml data. The xml map in this workbook are not
exportable
But, only the reasons for the problem are given there, no solutions. I am
new to XML.
Thanks
I need to export XML to XML by EXCEL 2010 in Win 7. I import XML file to
EXCEL 2010, then I need to make some changes and then export the changed XML
files.
I got the problem:
"Cannot save or export XML data. The XML maps in this workbook are not
exportable."
My question is simialr as
excel: Cannot save or export xml data. The xml map in this workbook are not
exportable
But, only the reasons for the problem are given there, no solutions. I am
new to XML.
Thanks
这个问题对于高手再也简单不过了,可是我试了好多次就是行不通
我用SQL SERVER + XML template generate one XML file from URL directly
例如: http://localhost/myvisualfolder/template/sql2xml.xml?id=0001
用这个URL我在IE里可以得到一个显示正确的XML file.
问题是:
how to load this dynamic generated XML file?
'Create DOM Object and load XML File.
Set XMLDoc = Server.CreateObject("MSXML.DOMDocument")
XMLDoc.Async = False
XMLDoc.ValidateOnParse = true
sURL = "http://localhost/myvisualfolder/template/sql2xml.xml?id=0001"
XMLDoc.Load sURL
这样做总是说我的XML file不对,我应该如何调
【 以下文字转载自 DotNet 讨论区 】
发信人: iMaJia (iMac,iPod,iPad,i馬甲), 信区: DotNet
标 题: How to compare data in an Array and in Xml
发信站: BBS 未名空间站 (Wed Feb 8 17:25:48 2012, 美东)
I am coding in C# .NET 3.5
Let's say I have a List, and an XML file with list if items.
What I want to do is compare the values of the two lists, and get the
difference.
I want two results, 1. items in List but not in XML, 2. items in XML but
not in List.
I can only think of looping through the List against XML, and another loo... 阅读全帖
编写结构完整的XML文档
一个XML文档如果符合一些基本的规范,那它就是结构规范的。XML格式有一套比
HTML简单的解析规则,允许XML解析器不需要外部描述或了解数据含
义就可以解析XML数据。
起始标签和结束标签必须匹配
XML元素可以包含正文和其他元素,在它的schema中用严格的规范给出了文档的类
型。但是,元素必须严格嵌套:每个起始标签必须有对应的结束
标签。
元素不能交迭
下面的例子不符合XML语法。 Evolution of Culture in Animals by John T. Bonner
改正后符合语法的形式是: Evolution of Culture in Animals by John T. Bonner
我们希望您有扎实的计算机基础,踏实肯干,有上进心,有较强的学习能力,可以用英
语沟通。
Please send your Chinese/English CV to zyijun AT cn.ibm.com
Band: 6/7
Locate: Beijing
No travel
Hire number: 2
Salary: 100K - 300K/year
Job Description:
System z Software Development organization (in CSTL) is seeking software
engineers taking the responsibilities for design, development and test of
zOS and other System z software products. This team is an integral part of
the STG System z global team and support System z expansion and growth in
the... 阅读全帖
我们希望您有扎实的计算机基础,踏实肯干,有上进心,有较强的学习能力,可以用英
语沟通。
Please send your Chinese/English CV to ctcao AT cn.ibm.com
Band: 6/7
Locate: Beijing
No travel
Hire number: 1
Salary: 100K - 300K/year
Job Description:
System z Software Development organization (in CSTL) is seeking software
engineers taking the responsibilities for design, development and test of
zOS and other System z software products. This team is an integral part of
the STG System z global team and support System z expansion and growth in
the ... 阅读全帖
我们希望您有扎实的计算机基础,踏实肯干,有上进心,有较强的学习能力,可以用英
语沟通。
Please send your Chinese/English CV to yxueg AT cn.ibm.com
Band: 6/7
Locate: Beijing
No travel
Hire number: 2
Salary: 100K - 300K/year
Job Description:
System z Software Development organization (in CSTL) is seeking software
engineers taking the responsibilities for design, development and test of
zOS and other System z software products. This team is an integral part of
the STG System z global team and support System z expansion and growth in
the... 阅读全帖
目前 xml db 最为人诟病的就是 performance
抛开技术上的困难,xml 作为一个 data model
还是反映了很多实际应用中 relational model 难以处理的cases
比如最有名的就是 data exchange
还有 schema-less/flexible schema,传统 relational model 都是先设计 schema,
normalization, 然后 table partitioning
这在很多 applications 中都是不现实的,
比如 content management systems, messaging system, SaaS
xml 在这些场景就显的非常自然
回到技术上,xml db 也不是所有的都慢
oracle 的 claim 是对于 xml with static schema,性能还是很不错的
但是说回来,如果都是 static schema 的话,为什么还要用 xml 呢
relational model 就很好了呀 (除了需要 exchange)
所以对于 xml 需求并不是不存在
只是现在似... 阅读全帖
Hello My Friends,
Happy New Year to you and your family.
Next Thursday, we will hold SQL PASS Global Chinese Monthly Meeting for Feb
2014.
Time: @8PM~9PM CST on Feb 20, 2014
Instructor: Louis Li
Meeting Agenda,
Month Updates
Technical Session: Working with XML in SQL Server
What is XML
Generating XML Output
Querying XML data
XML Index Introduction
XML deep dive
Q&A
---------=========Registration Information========------------
Please register for SQL PASS Global Chinese Month... 阅读全帖
I am coding in C# .NET 3.5
Let's say I have a List, and an XML file with list if items.
What I want to do is compare the values of the two lists, and get the
difference.
I want two results, 1. items in List but not in XML, 2. items in XML but
not in List.
I can only think of looping through the List against XML, and another loop
for XML against the List.
Is there another way to do this quicker?
Also, I've been using Xml.Ling to process the XML on other parts of the
program and wonder if ... 阅读全帖
XML is defined by a number of related specifications:
Extensible Markup Language (XML) 1.0
Defines the syntax of XML. The XML specification is the primary focus of
this article.
XML Pointer Language (XPointer) and XML Linking Language (XLink)
Defines a standard way to represent links between resources. In addition to
simple links, like HTML's tag, XML has mechanisms for links
between multiple r
BizTalk:Microsoft's XML initiative, including BizTalk.org, a Web
portal for XML information and DTDs.
CSS: Cascading Style Sheet. The style sheet for displaying HTML, and
now XML, documents.
DCD:Document Content Description. A proposed XML schema that includes
features such as datatypes, aimed at making XML better at handling
data from relational databases.
DDML:Document Definition Markup Language. A proposed XML schema
modeled on XML syntax itself.
DTD:Document Type Definition. A file that defi
What is the standard attribute xml:lang for?
Every XML element can have an attribute called xml:lang. It lets you set the language you are using. You can use this to
help searching and typesetting. Put this attribute on the top-level element in your Chinese XML document. The values you
can use for Chinese include:
xml:lang="zh" for any Chinese text;
xml:lang="zh-TW" for Chinese text from Taiwan (i.e., traditional characters);
xml:lang="zh-HK" for Chinese text from Hong Kong (i.e. pro
April 14, 2000] W3C XML Schema 1.0 Published as a Last Call Working Draft Specification.
The W3C XML Schema Working Group has released a last-call public working draft specification for
XML Schema 1.0, published in three parts: XML Schema Part 0: Primer, XML Schema Part 1:
Structures, and XML Schema Part 2: Datatypes. Reference: W3C Working Draft, 7-April-2000. The last
call review period is expected to end on 12-May-2000. Primer: XML Schema Part 0: Primer, edited by
David C.
FOR XML is only in SQL Server.
Different relational database system has different XML support.
Oracle 9i does have quite some XML support. It has a XML datatype, and
provide quite some system functions to compose XML.
But I think the question may be two:
How to compose data from relational table into hirarchial XML documents,
and how to map XML schema into relational database.
For the latter, there is no fast way, you have to do it by hand.
【 以下文字转载自 Database 讨论区,原文如下 】
发信人: laurapc (小巧), 信区: Database
标 题: 再问一个巨简单的问题(SQL+XML)
发信站: The unknown SPACE (Tue Jul 16 17:24:44 2002) WWW-POST
这个问题对于高手再也简单不过了,可是我试了好多次就是行不通
我用SQL SERVER + XML template generate one XML file from URL directly
例如: http://localhost/myvisualfolder/template/sql2xml.xml?id=0001
用这个URL我在IE里可以得到一个显示正确的XML file.
问题是:
how to load this dynamic generated XML file?
'Create DOM Object and load XML File.
Set XMLDoc = Server.CreateObject("MSXML.DOMDocument")
XMLDoc.Async = F
Hi, How to Sort XML Records in Visual Basic?
LZ编程为菜鸟级别, 请求immediate帮助, codes越详细越好, 可以酬谢上百包子。
Here I want to sort this xml file using the element .
My sample xml:
Code:
html is for formatting data for web browsers,
xml is for data representation,
xsl is for transform or tranlate xml data into html format or vise versa,
xsl is xml, so all rules that apply to xml apply to xsl too.
javascript is for any computation that html, xml, or xsl may need.
for example, you can use javascript to calculate the value of some xml, (or
html) node from values of other nodes in the same document
in html, javascripts are all used to handle user actions.
Hi, how can I upload(or post) an xml file to a gateway, say https://xml.somewhere.com:443 by using vb.net? In my program, I am creating an
xml file based on the user input and then I need to upload (or post) the xml
file to a gateway , get their response and they will return back another xml
file to me and then I parse it transfer to another page. When I am trying to
connect to the gateway, I got an 200 response status, which means successful.
And I can see my xml file using response.write somew
Hi,
I am fixing a bug in an app that builds a Word 2007 document using
Office Open XML format. There is already a .zip package for the
document. The App will build an XML formatted data which then is
imported by the document.
In the document there is one field for a street address and there is a
corresponding XML node with address data containing street address line
1 and 2. (City, State, zip is in another field so they do not matter).
I need to split the address into two lines if second line ad... 阅读全帖
Hi, How to Sort XML Records in Visual Basic?
LZ编程为菜鸟级别, 请求immediate帮助, codes越详细越好, 可以酬谢上百包子。
Here I want to sort this xml file using the element .
My sample xml:
Code:
这些评论比较有趣 http://lambda-the-ultimate.org/node/1222
Several problems with XML; IT industry on acid trip.
XML has several problems. It is slow to parse, it can result in big files,
it only describes what the data are and not how to handle them etc. But it
is a step in the right direction: we need to have a way to make programs
interact based on a common protocol. In other words, we have a problem (
interaction of programs), the correct approach (a common protocol) with a
wrong solution (xml).
Maybe... 阅读全帖