strip
- From: "John A Grandy" <johnagrandy-at-yahoo-dot-com>
- Date: Thu, 13 Apr 2006 18:51:30 -0700
Let's say you are storing lots of URLs in XML files. So, for those with
non-XML-compliant characters you use the <![CDATA]]> construct ...
<Element1><![CDATA[
http://overthetop.com?search=too%20much&sort=populatity]]></Element1>
Does .NET provide an intrinsic function that will strip the URL out of the
<![CDATA]]> construct ?
.
Relevant Pages
- Re: Caching Different Xml files for different users
... Nita Raju wrote: ... > In my application i have to use different XML files for different users. ... > use the cache dependency for the Xml file with the dataset. ... you would probably be better off storing it in Session. ... (microsoft.public.dotnet.framework.aspnet) - Re: Data Persistence
... > I'm looking into persisting data for the life of an application. ... > i) Storing dataset objects in a hashtable ... > ii) Storing the datasets as xml files and reloading them into memory ... (microsoft.public.dotnet.languages.vb) - Re: Reading XML Files
... You're opening 5,000+ XML files, parsing them, validating them against ... a schema, and storing the results in a dataset... ... (microsoft.public.dotnet.languages.csharp) - Re: Reading XML Files
... a schema, and storing the results in a dataset... ... xml files one at a time, output a temporary xml file containing all ... (microsoft.public.dotnet.languages.csharp) - Re: strip
... Does .NET provide an intrinsic function that will strip the URL out of the ... Jon Skeet - ... If replying to the group, please do not mail me too ... (microsoft.public.dotnet.languages.csharp) |
|