English 中文(简体)
从Xml档案中解冻
原标题:Parsing url from xml file?
  • 时间:2010-08-18 22:05:23
  •  标签:
  • asp.net

我有一只Xml文件,上面有像标签这样的标签。

<link>
        <linkto>http://www.ezstream.com/broadcasts/index.cfm?fuseaction=usrbrd&broadcasterid=57468</linkto>
        <image>report_button</image>    
        <alt>Report a Problem</alt> 
        <target></target>
</link>

<代码><linkto> tag有色体。 但是,由于圆顶上的“和”符号使该页完全碎。 我尝试过这样的尝试。

amp; next to the & sign, but this don t given the original url. 助老会

增 编

问题回答

如果XML包含一个光彩的<代码>&,如您,则该代码无效。 如果你的XML教区拒绝这样做,预计会发生这种行为。

XML本应包含&amp;。 任何合理的XML教区将自动加以适当分类,并在将URL退还给您之前,将&amp;&自动取而代之。 如果情况并非如此,则你的XML教区有ug。

如果你试图利用XML教区以外的任何东西(例如经常表达)收回URL,那么你应考虑使用XML教区。

如果你对这段话说了话,那么重要的是注意到这句话是而不是有效的XML。 越狱的顺序应当“安放”,如果你想要完全越狱,那将是“安放”;

那么,你要么需要URL逃避扼杀,要么视其如何终止编码以及你打算做些什么来取代扼杀。

这从你的问题中看不出实际错误(属于你的教 par或 render)。 你们可以在系统中的助手班中找到URL逃脱/替罪羊功能。 HttpUtility静态班。

代表单一特性的这些越狱顺序实际上被称作XML的特征参考资料。 在与《禁止杀伤人员地雷公约》合作时,你可以使用大量预先界定的特性。 预先界定的特性是:

Ampersand—&—&amp;
greater-than—>—&gt;   
less-than—<—&lt; apostrophe— —&apos;
quote—"—&quot;

请尝试这样做......

rel=“nofollow noreferer”> 在使用XML时了解安插器





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签