|
|
Browse by Tags
All Tags » xml
Showing page 1 of 2 (11 total posts)
-
But I have to use regular expression because it's for an assignment and part of a larger java program. How would I do this using regular expressions?
-
I would like to parse an xml file but I am having some trouble with the regular expression. I want to extract the contents of a tag but the problem is that this tag occurs serveral times in the XML file but I only want the contents of one particular occurence. Basically the problem is as follows;
I want to extract
<bp:NAME ...
-
Second day trying to resolve the problem.I need to find text between second tags "value". It could be different. The text between first tags "value" is constant. There is possible to use only regular expressions. No any programm tecknics.
I can find text 'first' and 'second'. But only 'second' - I cant. ...
-
hi,
i tried to parse xml file like :
<northwind>
<Customers CustomerID="AAAAA">
<CompanyName>BXSW</CompanyName>
</Customers>
<Customers CustomerID="ADVCA">
<CompanyName>AdventureWorks Cafe</CompanyName>
...
-
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: ...
-
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 / ...
-
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 ...
-
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 ...
-
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" ...
-
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 ...
1
|
|
|