r***t 发帖数: 78 | 1 project快due了,要求用XML。可我怎么也搞不出来。
写了个最简单的,象:
XML
用IE5一看,就显示文本,而不是“XML”三个字。
是不是先得设置XSL文件呢?如果是的话,该XSL
需不需要什么processor?
千言万语一句话: how to start?
Thanks a lot! |
b****e 发帖数: 1275 | 2 you need two files.. an xml file and an xsl file
test.html
XML datea
xml_t.xsl (place in same dir)
http://www.w3.org/TR/WD-xsl">
【在 r***t 的大作中提到】 : project快due了,要求用XML。可我怎么也搞不出来。 : 写了个最简单的,象: : : : XML : : 用IE5一看,就显示文本,而不是“XML”三个字。 : 是不是先得设置XSL文件呢?如果是的话,该XSL : 需不需要什么processor? : 千言万语一句话: how to start?
|
r***t 发帖数: 78 | 3 多谢....
【在 b****e 的大作中提到】 : you need two files.. an xml file and an xsl file : test.html : : : : XML datea : : xml_t.xsl (place in same dir) : : http://www.w3.org/TR/WD-xsl">
|
T**e 发帖数: 424 | 4 I guess the reason that he got text
is that he didn't have an DTD in the XML file.
BTW, breeze, Wed temp at SF will be high 78
Do you think I shiuld wear suit, or just biz casual?
( polo shirt + pant + casual shoes )
【在 r***t 的大作中提到】 : 多谢....
|
b****e 发帖数: 1275 | 5 my company hasn't got back to me yet.. i think
biz casual is fine but you can always wear suit
to be safe
【在 T**e 的大作中提到】 : I guess the reason that he got text : is that he didn't have an DTD in the XML file. : BTW, breeze, Wed temp at SF will be high 78 : Do you think I shiuld wear suit, or just biz casual? : ( polo shirt + pant + casual shoes )
|
y*u 发帖数: 21 | 6 certainly you can use XSL,
可实际上你把文件扩展名改成.html就可以了
【在 r***t 的大作中提到】 : project快due了,要求用XML。可我怎么也搞不出来。 : 写了个最简单的,象: : : : XML : : 用IE5一看,就显示文本,而不是“XML”三个字。 : 是不是先得设置XSL文件呢?如果是的话,该XSL : 需不需要什么processor? : 千言万语一句话: how to start?
|