|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How do you remove comments from XML?
Some other text processing system that allow greedy searching may prefer
a different regular expression: select
"<!-- Start.*?\.Net -->.*?<!-- End.*?\.Net -->"
replace it with
""
(The .*? means a shortest-possible match. Also, some processors do not
include whitespace or newlines in ".", there is often an invocation option
to configure this.)
Cheers
Rick Jelliffe
From: "Bill de hÓra" <bill@d...>
> All one line:
>
> sed -e "s/<\!-- Start [^\.]*\.Net -->//g" -e "s/<\!-- End
> [^\.]*\.Net -->//g" in.xml > out.xml
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








