Search found 17 matches

by prashob12
Sun Nov 22, 2009 2:29 am
Forum: General
Topic: How to save my Configuration setting
Replies: 1
Views: 352

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 ...
by prashob12
Tue Jun 16, 2009 11:41 am
Forum: General
Topic: How to create Syntax files...
Replies: 2
Views: 495

no one interested to answer my question...

It will be great if i get a little help....anybody...
by prashob12
Sat Jun 13, 2009 1:53 pm
Forum: General
Topic: How to create Syntax files...
Replies: 2
Views: 495

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 ...
by prashob12
Wed Jun 11, 2008 3:52 am
Forum: General
Topic: Change to Title case
Replies: 5
Views: 907

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 ...
by prashob12
Tue Jun 10, 2008 5:13 pm
Forum: General
Topic: Change to Title case
Replies: 5
Views: 907

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 ...
by prashob12
Thu Jan 03, 2008 9:54 pm
Forum: General
Topic: XSL Stylesheet
Replies: 0
Views: 542

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
by prashob12
Thu Jan 03, 2008 1:21 am
Forum: General
Topic: How to view comments in browser using XSL stylesheet
Replies: 0
Views: 435

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
by prashob12
Thu Dec 06, 2007 4:33 pm
Forum: General
Topic: Query about XSL stylesheet
Replies: 3
Views: 454

Thanks,
I'l try this and let u know.
by prashob12
Wed Dec 05, 2007 4:35 pm
Forum: General
Topic: Query about XSL stylesheet
Replies: 3
Views: 454

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 ...
by prashob12
Wed Dec 05, 2007 4:18 pm
Forum: General
Topic: Query regarding increment operator
Replies: 3
Views: 662

Thanks
by prashob12
Tue Dec 04, 2007 4:20 pm
Forum: General
Topic: Query regarding increment operator
Replies: 3
Views: 662

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 ...
by prashob12
Tue Dec 04, 2007 4:12 pm
Forum: General
Topic: Validating XML file
Replies: 3
Views: 779

Validating XML file

Hi all,

How to validate the xml file against DTD using textpad

Regards,
Prashob N
by prashob12
Fri Nov 30, 2007 2:18 pm
Forum: General
Topic: How to find or grep multiple lines
Replies: 1
Views: 539

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 ...
by prashob12
Thu Nov 15, 2007 4:41 pm
Forum: General
Topic: Regular Expression for entities like &#x2026;
Replies: 2
Views: 472

Hi BOB,

It works fine, Thanks a lot..
by prashob12
Wed Nov 14, 2007 3:46 pm
Forum: General
Topic: Regular Expression for entities like &#x2026;
Replies: 2
Views: 472

Regular Expression for entities like &#x2026;

Can any one tell me how to find entities like

&#x2026; or &#x00E1;

The above told entities may be 4 or 5 characters between &#x and ;

It would be of great if any one help me regarding this