奇怪的问题?两个< HTML>使用XslTransform时的部分? [英] Weird question? Two <HTML> sections when XslTransform used?

查看:56
本文介绍了奇怪的问题?两个< HTML>使用XslTransform时的部分?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在试图发现为什么我的RegisterStartUpScript不起作用时(我不会在HTML源代码中看到它),我查看了页面的HTML源代码

我在哪里做XslTransform。


首先,我得到了预期的转换结果,从< html>

开头,以<结尾; / HTML>但后来我立即看到以下内容:




< HTML>

< HEAD>

< title>工作指示< / title>

< meta name =" GENERATOR" content =" Microsoft Visual Studio.NET 7.0"

< meta name =" CODE_LANGUAGE" content =" Visual Basic 7.0"

< meta name =" vs_defaultClientScript" content =" JavaScript">

< meta name =" vs_targetSchema"

content =" http://schemas.microsoft.com/intellisense/ie5" ;>

< / HEAD>

< body MS_POSITIONING =" GridLayout">

< form name =" Form1中"方法= QUOT;交"行动= QUOT; WI.aspx" id =" Form1"

< input type =" hidden" name =" __ VIEWSTATE"

value =" dDwtMTI3OTMzNDM4NDs7Pn0AD1 + 1JID + r7cXT86Hd3D oaMxM" />

< / form>

< / body>

< / HTML>


我怀疑这是干扰我的启动脚本但是我没有线索

为什么或如何?


任何启蒙欢迎!


谢谢,Kathy

***通过Developersdex发送 http://www.developersdex.com ***

不要只参加USENET ......获得奖励!

Hi, in trying to discover why my RegisterStartUpScript wouldn''t work (I
do NOT see it in the HTML source), I looked at the HTML source of a page
where I do an XslTransform.

First, I get the transform results as expected, beginning with <html>
and ending with </html> but then I see the following immediately after
that:

<HTML>
<HEAD>
<title>Work Instruction</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="WI.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwtMTI3OTMzNDM4NDs7Pn0AD1+1JID+r7cXT86Hd3D oaMxM" />
</form>
</body>
</HTML>

I suspect this is interfering with my startup script but I have no clue
as to why or how?

Any enlightenment welcome!

Thanks, Kathy
*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!

推荐答案

Kathy,


我也遇到了类似的问题 - 虽然我的脚本似乎确实有些问题机器而不是其他机器。我已经尝试恢复浏览器的默认设置,但仍然没有。


如果您有任何帮助,我将不胜感激。


Alex

" Kathy Burke" < KA ********** @ attbi.com>在消息新闻中写道:uN ************** @ TK2MSFTNGP11.phx.gbl ...

试图找出为什么我的RegisterStartUpScript不会工作(我不会在HTML源代码中看到它),我查看了一个页面的HTML源代码

我在哪里做了一个XslTransform。


首先,我按预期得到转换结果,从< html>

开始,以< / html>结尾但后来我立即看到以下内容:




< HTML>

< HEAD>

< title>工作指示< / title>

< meta name =" GENERATOR" content =" Microsoft Visual Studio.NET 7.0"

< meta name =" CODE_LANGUAGE" content =" Visual Basic 7.0"

< meta name =" vs_defaultClientScript" content =" JavaScript">

< meta name =" vs_targetSchema"

content =" http://schemas.microsoft.com/intellisense/ie5" ;>

< / HEAD>

< body MS_POSITIONING =" GridLayout">

< form name =" Form1中"方法= QUOT;交"行动= QUOT; WI.aspx" id =" Form1"

< input type =" hidden" name =" __ VIEWSTATE"

value =" dDwtMTI3OTMzNDM4NDs7Pn0AD1 + 1JID + r7cXT86Hd3D oaMxM" />

< / form>

< / body>

< / HTML>


我怀疑这是干扰我的启动脚本但是我没有线索

为什么或如何?


任何启蒙欢迎!


谢谢,Kathy

***通过Developersdex发送 http://www.developersdex.com ***

不要只参加USENET ......获得奖励!
Kathy,

I too am having a similar problem - although my script does appear to be working on some machines and not others. I have tried restoring the default settings for the browser, but still nothing.

Would be grateful for any help you might get.

Alex
"Kathy Burke" <ka**********@attbi.com> wrote in message news:uN**************@TK2MSFTNGP11.phx.gbl...
Hi, in trying to discover why my RegisterStartUpScript wouldn''t work (I
do NOT see it in the HTML source), I looked at the HTML source of a page
where I do an XslTransform.

First, I get the transform results as expected, beginning with <html>
and ending with </html> but then I see the following immediately after
that:

<HTML>
<HEAD>
<title>Work Instruction</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="WI.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwtMTI3OTMzNDM4NDs7Pn0AD1+1JID+r7cXT86Hd3D oaMxM" />
</form>
</body>
</HTML>

I suspect this is interfering with my startup script but I have no clue
as to why or how?

Any enlightenment welcome!

Thanks, Kathy
*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!


Alex,在页面中调用你的xslTransform是你的

RegisterStartUpScript?


它出现在哪里在那个doule中HTML源代码?


谢谢,


Kathy


***通过Developersdex发送 http://www.developersdex.com ***

Don'只是参加USENET ......获得奖励!
Alex, where in the page calling your xslTransform is your
RegisterStartUpScript?

Where is it showing up in that "doule" HTML source?

Thanks,

Kathy

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!


Alex,


对不起,如果这太明显了,但是我已经发生了这种情况,因为病毒在系统上运行了
保护和/或Norton Internet Security ......他们

通常还有一个停止脚本选项,即使我把它关掉了,但是在关闭程序之前仍然有问题。


HTH,


Kathy


***通过开发人员指南 http: //www.developersdex.com ***

不要只是参加USENET ......获得奖励!
Alex,

Sorry if this is too obvious, but I''ve had that happen due to virus
protection and/or Norton Internet Security running on systems...they
also usually have a stop-scripts option, which even when I turned it
off, still has problems until I turned the program itself off.

HTH,

Kathy

*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!


这篇关于奇怪的问题?两个&lt; HTML&gt;使用XslTransform时的部分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆