Search found 4 matches

by jorusso
Thu Feb 13, 2014 2:26 am
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12133

Re: Exclude node during searches

Adrian,

Thanks for the helpful reply! Sorry it took so long to reply, I forgot to log back in to check for a reply.

Can you offer any recommendations on learning XPath? I've done the W3 tutorial and know just enough to get myself in trouble!

-joe
by jorusso
Mon Dec 09, 2013 9:34 pm
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12133

Re: Exclude node during searches

Thanks, Jamil.

I've been looking for an excuse to study XQuary, anyway!
So having a real-world need is perfect. :shock:
by jorusso
Fri Dec 06, 2013 10:12 am
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12133

Exclude node during searches

I'm in DITA and my goal is to search for text that is not inside a particular element. For example I want to search for "ABC Corp." that is not inside <codeblock>. I should be able to specify any of the following Xpath statements: //*[(name()!='codeblock')] //*[not(self::codeblock)] //*[no...
by jorusso
Fri Jul 20, 2012 1:12 am
Forum: Feature Request
Topic: Author mode: cut (and paste) XML
Replies: 14
Views: 10566

Re: Author mode: cut (and paste) XML

Is the zip file that adrian posted still available? I've been searching for the same solution.

Also, I'd really like to see this added as a standard option. I can't imagine that the three of us in this thread are the only ones who need this functionality.