Click here to Skip to main content
15,899,679 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionxml parser Pin
jhyn21-Oct-08 1:16
jhyn21-Oct-08 1:16 
AnswerRe: xml parser Pin
led mike21-Oct-08 4:54
led mike21-Oct-08 4:54 
GeneralRe: xml parser Pin
jhyn21-Oct-08 15:42
jhyn21-Oct-08 15:42 
QuestionOOXML parsing problem Pin
don_Pardon20-Oct-08 6:39
don_Pardon20-Oct-08 6:39 
AnswerRe: OOXML parsing problem Pin
led mike20-Oct-08 6:49
led mike20-Oct-08 6:49 
GeneralRe: OOXML parsing problem Pin
don_Pardon20-Oct-08 6:57
don_Pardon20-Oct-08 6:57 
GeneralRe: OOXML parsing problem Pin
led mike20-Oct-08 7:40
led mike20-Oct-08 7:40 
GeneralRe: OOXML parsing problem Pin
don_Pardon20-Oct-08 8:24
don_Pardon20-Oct-08 8:24 
Ok, sorry, i'll post documentation in future =)

OOXML documentation, part 4 says that the run defines a region of text with a common set of properties, represented by the r element. An r element allows the producer to specify a single set of formatting properties, applying the same information to all the contents of the run.
As I understood, it means, that some region of the text (from the same paragraph) whith the common set of properties can be placed in one run, am i not correct?
The question is why there so many runs with the same properties in one paragraph? In most documents I viewed, there where lots of runs within the paragraph and all of them had the same properties.
In my case, even word was divided.
I came to the conclusion, that after some change of properties (and then back to the original), text can be divided in different runs, but how should i handle this?
What is really confuses me, is xml:space="preserve" element, OOXML specification refers to
http://www.w3.org/XML/1998/namespace, which says
The value "default" signals that applications' default white-space processing modes are acceptable for this element;
the value "preserve" indicates the intent that applications preserve all the white space. 
This declared intent is considered to apply to all elements within the content of the element where it is specified, 
unless overridden with another instance of the xml:space attribute.

But I really couldn't find any logic of how it works in OOXML..
GeneralRe: OOXML parsing problem Pin
don_Pardon21-Oct-08 1:37
don_Pardon21-Oct-08 1:37 
QuestionRe: OOXML parsing problem Pin
led mike21-Oct-08 4:52
led mike21-Oct-08 4:52 
QuestionHandling singleclick and doubleclick events on same line Pin
johnalek18-Oct-08 3:46
johnalek18-Oct-08 3:46 
AnswerRe: Handling singleclick and doubleclick events on same line Pin
Ashfield20-Oct-08 9:32
Ashfield20-Oct-08 9:32 
QuestionGenerate missing XML Pin
Lea Hayes17-Oct-08 2:14
Lea Hayes17-Oct-08 2:14 
AnswerRe: Generate missing XML Pin
Frank Horn17-Oct-08 8:14
Frank Horn17-Oct-08 8:14 
GeneralRe: Generate missing XML Pin
Lea Hayes21-Oct-08 9:43
Lea Hayes21-Oct-08 9:43 
QuestionXmlReaderSettings does not resolve an xs:import with http://... location Pin
giangilpredo16-Oct-08 11:31
giangilpredo16-Oct-08 11:31 
QuestionXML + XSL in a Client Browser Pin
Lea Hayes15-Oct-08 11:21
Lea Hayes15-Oct-08 11:21 
AnswerRe: XML + XSL in a Client Browser Pin
led mike15-Oct-08 11:35
led mike15-Oct-08 11:35 
AnswerRe: XML + XSL in a Client Browser Pin
Steve Marsh21-Oct-08 8:45
Steve Marsh21-Oct-08 8:45 
GeneralRe: XML + XSL in a Client Browser Pin
Lea Hayes21-Oct-08 9:07
Lea Hayes21-Oct-08 9:07 
Questionrelated search Pin
rose19615-Oct-08 2:18
rose19615-Oct-08 2:18 
QuestionRe: related search Pin
led mike15-Oct-08 4:53
led mike15-Oct-08 4:53 
AnswerRe: related search Pin
rose19615-Oct-08 19:24
rose19615-Oct-08 19:24 
GeneralRe: related search Pin
led mike16-Oct-08 4:50
led mike16-Oct-08 4:50 
GeneralXML load in C# fails Pin
hairy_hats15-Oct-08 1:18
hairy_hats15-Oct-08 1:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.