Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » xml
  • xml and CR LF

    hi,  i tried to parse xml file like : <northwind>   <Customers CustomerID="AAAAA">     <CompanyName>BXSW</CompanyName>   </Customers>   <Customers CustomerID="ADVCA">     <CompanyName>AdventureWorks Cafe</CompanyName>   ...
    Posted to Construction Advice (Forum) by Malax on June 15, 2008
  • XML filter in C++

    Hello, firstly i need to know what are good available free libraries for regex in C++, specifically i am looking to have a filter on the XML document checking which of the elements contain any of the predetermined substrings ("Brauer", "Vogelheim", "Solaris"). So i am waiting for: ...
    Posted to Construction Advice (Forum) by ethical_anarhist on March 13, 2008
  • invalid characters in xml tags

    I'm looking for a way to strip out invalid characters in xml tags. Ideally, they shouldn't be put in there in the first place, however the program that outputs the XML is dumb and it basically just dumps text inbetween <> characters.. So.. for example I need to change <elem/en/t>Elements / are / ...
    Posted to Construction Advice (Forum) by iamausername on February 24, 2008
  • Meta-regex to find fixed length of regex match (XSLT)

    In the context of the regex dialect of XSLT 2.0, I am looking for two "meta-regexes" that analyse other regexes. Each is discussed in a part of its own. (Part 1 posted as: Meta-regex for variable-length matching regexes (XSLT)) Part 2 Aim: A regex that provides for pre-calculating the length of the match that a fixed-length matching ...
    Posted to Construction Advice (Forum) by yvesforkl on October 2, 2007
  • Meta-regex for variable-length matching regexes (XSLT)

    In the context of the regex dialect of XSLT 2.0, I am looking for two "meta-regexes" that analyse other regexes. Each is discussed in a part of its own. (Part 2 posted as: Meta-regex to find fixed length of regex match (XSLT)) Part 1 Aim: A regex that would identify all those regexes that might yield matches of varying length, as ...
    Posted to Construction Advice (Forum) by yvesforkl on October 2, 2007
  • Splitting concatenated XML Strings

    Hi, Iam looking for a good expression to separate multiple XML Strings that are combined into a single string like this: <?xml version="1.0" encoding="UTF-8"?><ICMessage IC_DATE="20070216" IC_TA_TYPE="910" IC_TIME="154708"/><?xml version="1.0" ...
    Posted to Construction Advice (Forum) by reikje on February 20, 2007
  • Exclusion matches

    Hi Guys, I need a bit of help in coming with a RegEx pattern to catch sequences that should not be in th input string. What i am working on goes like this.... I seek to filter out unwanted string patterns from input strings using an XSD. For example, i'd like to create a <xsd:simpleType> which derives form <xsd:string> and ...
    Posted to Construction Advice (Forum) by jairamr on February 17, 2007
  • Re: matching nested tags

    The Below One Solves Yours Problem <Restaurant\s*(.*?)(\s*>\s*(.*?)\s*)*</Restaurant> This is a good Tool http://www.regextester.com/ From Dileep.M Desk mdileep@gmail.com
    Posted to Construction Advice (Forum) by mdileep on February 7, 2007