帮忙翻译(50分)

  • 主题发起人 香槟女孩
  • 开始时间

香槟女孩

Unregistered / Unconfirmed
GUEST, unregistred user!
  Welcome to Advanced UI Design Using XML and XSL. Each article in my series will demonstrate the creation of a specific user interface (UI) component using eXtensible Markup Language (XML) and eXtensible Stylesheet Language (XSL). This article explains how to create a folder tree of unlimited depth by using XML and XSL, the style-sheet language for XML. The folder tree discussed in this article functions by taking an XML feed of a specific format and applying an XSL style sheet to it. The resulting transformation is then
printed to the client. The client handles all requests to expand, collapse, maximize or minimize entities within the tree, or the whole tree itself. The client used in this article is Internet Explorer 5.5+.
The actual folder tree demonstrated is available fordo
wnload at the end of this article.
Folder -Tree-Specific Architecture
Like most Web page objects, there are several ways to build them. When developing your specific folder tree, you should keep in mind some architectural decisions adherent to a folder tree such as:
1.Nesting
2.Lines
  In Both Figures 1 and 2 borders were temporarily applied to the tree so that one can more easily see the relationships and nesting of objects within thedo
cument Object Model (DOM).
Lines
  Lines within your tree can provide a greater visual effect and make larger tree structures easier to read. The negative effect on having lines within your tree is performance. A tree with 100 items may use about 300 images just to display the relationship between entities. Caching and preloading images can help, but they still exist as individual objects within thedo
M. Without lines, simple indenting can show the relationship between parent and child. In this article I will demonstrate the creation of a tree without lines.
 
M

maginnn

Unregistered / Unconfirmed
GUEST, unregistred user!
Welcome to Advanced UI Design Using XML and XSL.
欢迎来到高级UI Design 使用可扩展置标语言和可扩展样式单语言 .
我的每一篇文章都演示了使用可扩展指标语言和可扩展样式单语言创建的特殊的用户
接口控件.
本文解释了如何使用xml和xsl来创建一个不限制深度的目录树

本文中所讨论的目录树的功能是通过调用一个xml提供的特殊格式和
运用了一个相应的样式单
然后结果的转型信息被打印到客户端.
客户可以操纵全部的要求,扩展,折叠,最大化,最小化或者对整个目录本身进行操作.

在本文中客户使用的是Internet Explorer 5.5+.

在本文的结尾处可以下载.
Folder -Tree-Specific Architecture
像大多数web页一样,这也有几种方法去实现他们

当开发你自己的目录树是,你应该有像建筑学的那样吧他们粘到目录树上来.例如:
1.嵌套
2.Lines
在图标1,2中,边框被应用到树上,因此每个人都可以清楚的看到他们之间的关系和在
do
m中的客体的嵌套关系.
Lines
在你的树中的lines能购提供一个更加有可视效果的和创建更庞大的数结构以便更容易去读

由于有了lines在你的树中,因而同时存在负面影响.
代有100个分支的树仅可以使用300个images去显示实体之间的关系.
假如不使用lines,简单的缩排也能显示父目录和子目录之间的关系.
在这篇文章中我将要演示一下视如何创建没有lines的一个树的.

 
M

maginnn

Unregistered / Unconfirmed
GUEST, unregistred user!
只是随便翻译,不是很准确,仅共参考,请多指教
 
B

Bahl

Unregistered / Unconfirmed
GUEST, unregistred user!
香槟女孩恐怕是个男的吧?
 
C

Cardinal

Unregistered / Unconfirmed
GUEST, unregistred user!
^_^,有可能,搞计算机,原来外语、程序一个都不能少
 
C

CJ

Unregistered / Unconfirmed
GUEST, unregistred user!
香槟同学,问了问题要结束,这个我代劳了
 

Similar threads

I
回复
0
查看
733
import
I
I
回复
0
查看
633
import
I
I
回复
0
查看
2K
import
I
I
回复
0
查看
3K
import
I
I
回复
0
查看
2K
import
I
顶部