Search found 18 matches
- Sun Nov 22, 2009 2:29 am
- Forum: General
- Topic: How to save my Configuration setting
- Replies: 1
- Views: 289
How to save my Configuration setting
Hi All, I have some new color settings done for my XML document Class.. Now what i want is to save these settings.. I did searched in the forum,but coldnt find a good answer.. I wanted the same to apply on another Textpad. It would be imposible for me to create a new color scheme same as i done ...
- Tue Jun 16, 2009 11:41 am
- Forum: General
- Topic: How to create Syntax files...
- Replies: 2
- Views: 418
- Sat Jun 13, 2009 1:53 pm
- Forum: General
- Topic: How to create Syntax files...
- Replies: 2
- Views: 418
How to create Syntax files...
I need to create a syntax file for the following codes... I wanted this code to be highlighted in my text pad The codes are: $00: $10: $20: $120:, similar types of.... $T $U $O $I $N $F $E >ENDFN> >FTNT> $% $%% Also there are: $=B $=R $=P $?$% these all are the codes that needed to be highlighted ...
- Wed Jun 11, 2008 3:52 am
- Forum: General
- Topic: Change to Title case
- Replies: 5
- Views: 504
I want it to be in Title Case for eg: Input: bez="rechtsprechung zum baugenehmigungsverfahren" bez="einwendungen des nachbarn" Output should look like this: bez="Rechtsprechung Zum Baugenehmigungsverfahren" bez="Einwendungen Des Nachbarn" I want to change the "small case" to "Title case", i think i ...
- Tue Jun 10, 2008 5:13 pm
- Forum: General
- Topic: Change to Title case
- Replies: 5
- Views: 504
Change to Title case
Hi All, I have certain attribute values, see the following example: bez="vergabekammer baden wurttemberg" Here i want to change the attribute values to Title case. I can change the above to upper & smaller case using regex like: Find: "([^"]+)" Replace: \U\1 or \L\1 But how should i change to Title ...
- Mon Apr 07, 2008 4:07 pm
- Forum: Enhancement Suggestions
- Topic: RUN MACRO ON MULTIFILES & GREP MULTILINES
- Replies: 1
- Views: 452
RUN MACRO ON MULTIFILES & GREP MULTILINES
Hello Textpad 1) It would be great if textpad is able to run macros on all the files that are opened. it should have a function "RUN ON MULTIFILES". 2) The textpad regex engine should be able to Grep or find in files multiple lines . these things can be found in WILD EDIT, then why cant textpad ...
- Thu Jan 03, 2008 9:54 pm
- Forum: General
- Topic: XSL Stylesheet
- Replies: 0
- Views: 412
XSL Stylesheet
Hi,
This query is regarding XSL stylesheet.
What I'm having is an xml file containing few comments in it for eg.
<!--Arbortext...--> or <!--<!doctype ...--> etc.
Can I view those comments in the browser using stylesheet.
Regards,
Prashob
This query is regarding XSL stylesheet.
What I'm having is an xml file containing few comments in it for eg.
<!--Arbortext...--> or <!--<!doctype ...--> etc.
Can I view those comments in the browser using stylesheet.
Regards,
Prashob
- Thu Jan 03, 2008 1:21 am
- Forum: General
- Topic: How to view comments in browser using XSL stylesheet
- Replies: 0
- Views: 311
How to view comments in browser using XSL stylesheet
Hi,
This query is regarding the XSL stylesheet.
What I want to know is that is there any XSL tags which helps us to view the comments in the XML file. Say <!--Arbortext ... or <!--<!Doctype-- or anything.
Could you please let me know.
Regards,
Prashob
This query is regarding the XSL stylesheet.
What I want to know is that is there any XSL tags which helps us to view the comments in the XML file. Say <!--Arbortext ... or <!--<!Doctype-- or anything.
Could you please let me know.
Regards,
Prashob
- Thu Dec 06, 2007 4:33 pm
- Forum: General
- Topic: Query about XSL stylesheet
- Replies: 3
- Views: 352
- Wed Dec 05, 2007 4:35 pm
- Forum: General
- Topic: Query about XSL stylesheet
- Replies: 3
- Views: 352
Query about XSL stylesheet
Hi all, This query is not regarding textpad. It is about XSL stylesheet. Following tag which is present in my XML file now what I want is to view the following tag in browser could you please let me know what tag will be used in the stylesheet to view it in the browser since the browser doesn't ...
- Wed Dec 05, 2007 4:18 pm
- Forum: General
- Topic: Query regarding increment operator
- Replies: 3
- Views: 369
- Tue Dec 04, 2007 4:20 pm
- Forum: General
- Topic: Query regarding increment operator
- Replies: 3
- Views: 369
Query regarding increment operator
Hi all, Here is what I want in the following there is a list of ID's like the following given but the condition should be that the number of digit should not exceed 4. id="sb0001" id="sb0002" .... .... id="sb0020" now while using id="sb000\i(1,1)" it shows the following output which is wrong. id ...
- Tue Dec 04, 2007 4:12 pm
- Forum: General
- Topic: Validating XML file
- Replies: 3
- Views: 668
Validating XML file
Hi all,
How to validate the xml file against DTD using textpad
Regards,
Prashob N
How to validate the xml file against DTD using textpad
Regards,
Prashob N
- Fri Nov 30, 2007 2:18 pm
- Forum: General
- Topic: How to find or grep multiple lines
- Replies: 1
- Views: 473
How to find or grep multiple lines
Hi All, Is there any regular expression so that i can find or grep the following i.e., i want to find or grep <tenor>........</tenor> in between this there can many number of <absatz> tag I want an expression to define the matter in between the "tenor" tag. I dont want to create a macro using ...
- Thu Nov 15, 2007 4:41 pm
- Forum: General
- Topic: Regular Expression for entities like …
- Replies: 2
- Views: 380